Skip to content

Instantly share code, notes, and snippets.

@zachseifts
Created May 3, 2012 21:34
Show Gist options
  • Save zachseifts/2589701 to your computer and use it in GitHub Desktop.
Save zachseifts/2589701 to your computer and use it in GitHub Desktop.
zach@brains /tmp » mkdir module_name
zach@brains /tmp » touch module_name/module_name.{info,module,install}
zach@brains /tmp » ls -alh module_name
total 0
drwxr-xr-x 5 zach wheel 170B May 3 17:34 .
drwxrwxrwt 15 root wheel 510B May 3 17:33 ..
-rw-r--r-- 1 zach wheel 0B May 3 17:34 module_name.info
-rw-r--r-- 1 zach wheel 0B May 3 17:34 module_name.install
-rw-r--r-- 1 zach wheel 0B May 3 17:34 module_name.module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment