Skip to content

Instantly share code, notes, and snippets.

@haruo31
Created January 25, 2016 01:35
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 haruo31/34396b16f6ef4bbe49d9 to your computer and use it in GitHub Desktop.
Save haruo31/34396b16f6ef4bbe49d9 to your computer and use it in GitHub Desktop.
run shell script before run python.
#!/bin/sh
# -*- coding: utf-8 -*-
""":"
exec python $0 $*
"""
import sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment