mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
6 lines
88 B
Python
Executable file
6 lines
88 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import coredump
|
|
|
|
if __name__ == '__main__':
|
|
coredump.main()
|