4 lines
100 B
Python
Executable file
4 lines
100 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import snapshot, sys
|
|
print(snapshot.make_snapshot(sys.argv[1], sys.argv[2]))
|