upload
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/opt/scripts/unmanic/.venv/bin/python
|
||||
import sys
|
||||
from dotenv.__main__ import cli
|
||||
if __name__ == '__main__':
|
||||
if sys.argv[0].endswith('.exe'):
|
||||
sys.argv[0] = sys.argv[0][:-4]
|
||||
sys.exit(cli())
|
||||
Reference in New Issue
Block a user