Trimage/runner/trimage
2010-03-23 14:59:33 +01:00

7 lines
229 B
Python

#!/usr/bin/env python
import subprocess
import os, sys
if __name__ == "__main__":
path = "/usr/local/share/trimage/trimage.py" #yeah so this isn't the nices tway...
subprocess.call([sys.executable, path] + sys.argv[1:])