Skip to content

Instantly share code, notes, and snippets.

@rhashemian
Last active September 20, 2022 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhashemian/aa3a335fd162920ffcfb1254e5f1fd08 to your computer and use it in GitHub Desktop.
Save rhashemian/aa3a335fd162920ffcfb1254e5f1fd08 to your computer and use it in GitHub Desktop.
{
"name": "vahid-test",
"version": "1.0.0",
"bin": "./zzz.js"
}
#!/usr/bin/env node
console.log("this is zzz.js");
#!/usr/bin/env python3
print("it's a gist python")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment