Skip to content

Instantly share code, notes, and snippets.

@taoliu
Created April 29, 2020 21:55
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 taoliu/084db9dd0d99f9b1d71bbcaf4827e08a to your computer and use it in GitHub Desktop.
Save taoliu/084db9dd0d99f9b1d71bbcaf4827e08a to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# Time-stamp: <2008-01-18 13:42:57 Tao Liu>
import os
import sys
# ------------------------------------
# Main function
# ------------------------------------
def main():
if len(sys.argv) < x+1:
sys.stderr.write("need x paras: %s <option>\n" % sys.argv[0])
sys.exit(1)
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment