Skip to content

Instantly share code, notes, and snippets.

@0xcaff
Created June 10, 2017 05:00
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 0xcaff/e45d90f7f361c73e035a36835a694a30 to your computer and use it in GitHub Desktop.
Save 0xcaff/e45d90f7f361c73e035a36835a694a30 to your computer and use it in GitHub Desktop.
A quick python script which prints arguments passed to it. This is useful to figure out how arguments are being passed.
#!/usr/bin/env python
import sys
print(sys.argv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment