Skip to content

Instantly share code, notes, and snippets.

@back2dos
Last active May 4, 2018 14:54
Show Gist options
  • Save back2dos/3178cff88198c978e3693eb4abea07a5 to your computer and use it in GitHub Desktop.
Save back2dos/3178cff88198c978e3693eb4abea07a5 to your computer and use it in GitHub Desktop.
{
"name": "nemo",
"version": "0.0.42",
"postInstall": "haxe -lib nemo --run PrintCwd POST_INSTALL",
"postDownload": "haxe --run PrintCwd POST_DOWNLOAD"
}
class PrintCwd {
static function main()
Sys.println('cwd: ' + Sys.getCwd() + ' args: ' + Sys.args());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment