mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
show images as well
This commit is contained in:
parent
d79a5c498b
commit
3f26595198
3 changed files with 10 additions and 137 deletions
|
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
import trimage
|
||||
import subprocess
|
||||
import os, sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
path = os.path.join(os.path.dirname(trimage.__file__), "trimage.py")
|
||||
path = "/usr/local/share/trimage/trimage.py"
|
||||
subprocess.call([sys.executable, path] + sys.argv[1:])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue