Minimal documentation
This commit is contained in:
parent
82bba3540c
commit
80da5aea69
|
@ -1,3 +1,8 @@
|
||||||
# netrun
|
# netrun
|
||||||
|
|
||||||
Run scripts from the Internet more securely than `curl | bash` (experimental)
|
Run scripts from the Internet more securely than `curl | bash` (experimental)
|
||||||
|
|
||||||
|
## Try it
|
||||||
|
|
||||||
|
pip3 install -r requirements.txt
|
||||||
|
python3 netrun.py https://git.kj7rrv.com/kj7rrv/netrun/raw/branch/master/demo_script.sh
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
requests
|
Loading…
Reference in New Issue
Block a user