Skip to content

Instantly share code, notes, and snippets.

View splaisan's full-sized avatar
🙂
!

Stephane Plaisance splaisan

🙂
!
View GitHub Profile
@splaisan
splaisan / appify.sh
Created November 25, 2015 13:11 — forked from advorak/appify.sh
appify — create the simplest possible Mac app from a shell script (adds an application icon)
#!/bin/bash
# script: appify.sh
# minor edits from https://gist.github.com/advorak/1403124
# usage and cli args
usage="Creates the simplest possible Mac app from a shell script.\n\
Usage: `basename "$0"` -s <shell-script.sh> -n <app-name>\n\
[optional: -i <icon.icn> -h <help>]\n\
\n\