Created
December 9, 2011 11:08
-
-
Save touv/1451128 to your computer and use it in GitHub Desktop.
Create directories for Express/NodeJS compilant with the LSB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir -p ./bin | |
mkdir -p ./etc/init.d | |
mkdir -p ./etc/default/ | |
mkdir -p ./var/log/express | |
mkdir -p ./var/run | |
touch ./etc/init.d/express | |
touch ./etc/default/express | |
express ./var/express |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment