mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
move runner to own folder
This commit is contained in:
parent
e96327edbd
commit
6a00b2e25c
2 changed files with 1 additions and 1 deletions
7
runner/trimage
Normal file
7
runner/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