Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am levitanong on github.
  • I am litanong (https://keybase.io/litanong) on keybase.
  • I have a public key ASDlByMJFm8awsi-4McYX3BGB2Me4mYgv2Mqs7ucv-9O0Ao

To claim this, I am signing this object:

@livtanong
livtanong / smith.fish
Created May 5, 2014 04:05
A fish shell script to quickly boostrap a mithril app. Included are components that I find indispensable. I'm new to shell scripting, so you'll probably see things that need improvement. Please don't hesitate to let me know if I'm doing anything stupid. :P
#!/opt/boxen/homebrew/bin/fish
echo Aye, smithing your app.
set PROJECT $argv[1]
set MAIN app
mkdir $PROJECT
if test -d $PROJECT
cd $PROJECT