" --catch ERR_ALL="btw_license_error" "*.php"', LICENSE_FILE, PROJECT_ID, PROJECT_KEY ); system($sgCommand); echo 'Creating the release archive...' . PHP_EOL . PHP_EOL; system('git stash'); system(sprintf('git archive --format zip --output %1$s/blue-twilight_%2$s.zip --prefix=blue-twilight_%2$s/ "stash@{0}"', $argv[2], $argv[1])); system('git stash pop'); echo PHP_EOL . PHP_EOL; echo 'All done!'; echo PHP_EOL . PHP_EOL; exit(); ?>