Skip to content

Instantly share code, notes, and snippets.

@touv
Created December 9, 2011 11:08
Show Gist options
  • Save touv/1451128 to your computer and use it in GitHub Desktop.
Save touv/1451128 to your computer and use it in GitHub Desktop.
Create directories for Express/NodeJS compilant with the LSB
#!/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