Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 706 Bytes

Run system commands, shell commands from your browser!

run system commands, shell commands directly from the browser

How to Run -

clone the repo

$ git clone git@github.com:inboxamitraj/flask-run-system-commands.git
$ cd flask-run-system-commands

create virtual environment

$ python3 -m venv venv

activate virtual environment

$ . venv/bin/activate

install dependencies

$ pip install -r requirements.txt

run !

$ python3 app.py

open web browser

http://127.0.0.1:5000/uptime

uptime echo hello