mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +00:00
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
|
#!/usr/bin/env python2
|
||
|
|
||
|
import coredump
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
coredump.main()
|