Skip to content

Instantly share code, notes, and snippets.

@kierendavies
Created January 10, 2012 09:33
Show Gist options
  • Select an option

  • Save kierendavies/1588080 to your computer and use it in GitHub Desktop.

Select an option

Save kierendavies/1588080 to your computer and use it in GitHub Desktop.
/usr/bin/herp
#! /usr/bin/python
from sys import argv
argv[0] = argv[0].split("/")[-1]
print " ".join(argv[::-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment