Skip to content

Instantly share code, notes, and snippets.

@coffeeaddict
Created May 11, 2011 19:23
Show Gist options
  • Save coffeeaddict/967110 to your computer and use it in GitHub Desktop.
Save coffeeaddict/967110 to your computer and use it in GitHub Desktop.
for glory!
#!/bin/sh
# shell scripting is easy.
#
# just do what you would normaly do on the shell to get those directories
# present
mkdir tmp
mkdir -p log/pids
# now of course there are less rudimentary shell scripts.
# But there are numerous resources on the interwebs (thats RTFM in a polite
# way ;->)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment