Created
November 25, 2015 09:56
-
-
Save WebReflection/f603e9828cd520d9f222 to your computer and use it in GitHub Desktop.
GJS Linux compatible imports with the current path without needing to push its searchPath
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
#!/usr/bin/env sh | |
imports=imports// "exec" "gjs" "-I" "$(dirname $0)" "$0" "$@" | |
log("I've found a valid GJS hack to auto import from ."); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment