rust/src/etc/make-snapshot.py

5 lines
87 B
Python
Raw Normal View History

#!/usr/bin/env python
2011-05-12 14:56:15 -05:00
import snapshot, sys
print(snapshot.make_snapshot(sys.argv[1]))