index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
etc
/
make-snapshot.py
blob: d46500cdf1191858354ca4d8902354fbae3ff2cd (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env python
import
snapshot
,
sys
print
(
snapshot
.
make_snapshot
(
sys
.
argv
[
1
]))