This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
brozzler
Watch
1
Star
0
Fork
0
You've already forked brozzler
mirror of
https://github.com/internetarchive/brozzler.git
synced
2025-02-24 08:39:59 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
brozzler
/
bin
/
umbra
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rework executable script so that it uses a main
2014-01-22 02:30:12 +00:00
#!/usr/bin/env python
Create executable umbra script
2014-01-21 18:23:11 +00:00
Rework executable script so that it uses a main
2014-01-22 02:30:12 +00:00
from umbra import umbra
if __name__=="__main__":
umbra.main()
Reference in New Issue
Copy Permalink