Created
February 4, 2014 02:02
-
-
Save stesh/8796219 to your computer and use it in GitHub Desktop.
Overcoming library path silliness in SWI Prolog on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
app="/Applications/SWI-Prolog.app" | |
export SWI_HOME_DIR="$app/Contents/swipl" | |
exec "$app/Contents/MacOS/$(basename $0)" $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment