Skip to content

Instantly share code, notes, and snippets.

@jrgifford
Created November 4, 2012 21:33
Show Gist options
  • Save jrgifford/4013874 to your computer and use it in GitHub Desktop.
Save jrgifford/4013874 to your computer and use it in GitHub Desktop.

.app for linux:

$APPNAME.app = /

/bin - run.sh - contexts is

#!/bin/sh
ruby ../src/run.rb
#or python or whatever.

/src - run.rb (or .py) - loads the app. - run.rb requires everything else. done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment