first commit
This commit is contained in:
8
python3-vckonline/bin/pop-seed
Executable file
8
python3-vckonline/bin/pop-seed
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/home/lukesau/dev/vckonline/python3-vckonline/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from pop.scripts import pop_seed
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(pop_seed())
|
||||
Reference in New Issue
Block a user