mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
up ckeck installed
This commit is contained in:
parent
3942a254b6
commit
cb1e4934b5
5 changed files with 90 additions and 284 deletions
8
bin/guessfilename
Executable file
8
bin/guessfilename
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from guessfilename import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
Loading…
Add table
Add a link
Reference in a new issue