mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
|
||
|
from pycriu import cli
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
cli.main()
|