Skip to content

Instantly share code, notes, and snippets.

@mvanholsteijn
Created January 19, 2021 18:41
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 mvanholsteijn/08b42455643ed84103622fc0cf398d75 to your computer and use it in GitHub Desktop.
Save mvanholsteijn/08b42455643ed84103622fc0cf398d75 to your computer and use it in GitHub Desktop.
dummy deploy script demonstrating python script exec
#!/usr/bin/env python3
import sys
if __name__ == "__main__":
print(" ".join(sys.argv))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment