mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
7 lines
88 B
Python
Executable File
7 lines
88 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import coredump
|
|
|
|
if __name__ == '__main__':
|
|
coredump.main()
|