Skip to content

Instantly share code, notes, and snippets.

@chulkilee
Created December 24, 2013 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chulkilee/8107067 to your computer and use it in GitHub Desktop.
Save chulkilee/8107067 to your computer and use it in GitHub Desktop.
#!/bin/sh
HAROOPAD_BIN=/opt/homebrew-cask/Caskroom/haroopad/0.10.0/haroopad.app/Contents/MacOS/node-webkit
cd $(dirname "$1")
ABS_PATH="$(pwd)/$(basename "$1")"
exec $HAROOPAD_BIN $ABS_PATH &> /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment