Skip to content

run system commands, shell commands directly from your browser

Notifications You must be signed in to change notification settings

inboxamitraj/flask-run-system-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

run system commands, shell commands directly from your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages