Skip to content
/ sshell Public

command line scripts used on the job

Notifications You must be signed in to change notification settings

nntrn/sshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshell

nntrn.github.io/sshell

Download

git clone https://github.com/nntrn/sshell.git
cd sshell

Scripts

# update snippets.json in data branch
cat snippets.json | ./scripts/upload-data.sh

Local serve

# python2
cd public && python2 -m SimpleHTTPServer 3000

# python3
python3 -m http.server --directory public 3000

# php
php -S localhost:3000 -t public/

# serve (npm install -g serve)
serve public