This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
68a82e4468
rust
/
src
/
etc
/
make-snapshot.py
5 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
Initial sketch of snapshot support code, based on code from marijn.
2011-05-02 20:56:13 -05:00
#!/usr/bin/env python
Add snap-stageN targets.
2011-05-12 14:56:15 -05:00
import
snapshot
,
sys
update snapshot scripts
2011-11-28 08:06:32 -06:00
print
(
snapshot
.
make_snapshot
(
sys
.
argv
[
1
]
,
sys
.
argv
[
2
]
)
)
Reference in New Issue
Copy Permalink