Browse Source

Minimal documentation

master
Samuel Sloniker 2 years ago
parent
commit
80da5aea69
  1. 7
      README.md
  2. 1
      requirements.txt

7
README.md

@ -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

@ -0,0 +1 @@
requests
Loading…
Cancel
Save