Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
#!/bin/sh | |
mkdir rcs/$(date '+%m%d') | |
curl https://code.radiant.dj/rs.min.js -o rcs/$(date '+%m%d')/rs.min.js | |
node unobfuscate rcs/$(date '+%m%d')/rs.min.js |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000