https://github.com/tholman/scripts-for-life
A few bash shells scripts I use to make life easier.
https://github.com/tholman/scripts-for-life
Last synced: 9 months ago
JSON representation
A few bash shells scripts I use to make life easier.
- Host: GitHub
- URL: https://github.com/tholman/scripts-for-life
- Owner: tholman
- Created: 2013-03-12T14:14:11.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T21:22:30.000Z (about 12 years ago)
- Last Synced: 2025-03-22T21:51:12.151Z (10 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Simple shell scripts, for a simple life
A few bash shells scripts I use to make life easier. Add this repository to your PATH for easy access.
##mkproject
mkproject [project-name]
Creates and populates the relavent files to get started on a new static web project. Includes:
- index.html
- css directory and template
- js directory and template
- All files linked from index
##server
server
Initializes a python simple server in the current directory. Its just one python command, but it always slips my mind.