mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
add a runner file
This commit is contained in:
parent
27d3fd782c
commit
e96327edbd
2 changed files with 8 additions and 1 deletions
7
trimage
Normal file
7
trimage
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/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:])
|
||||
Loading…
Add table
Add a link
Reference in a new issue