We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d8792 commit e653579Copy full SHA for e653579
jimi_cli.py
@@ -1,4 +1,7 @@
1
import sys
2
+import os
3
+
4
+os.chdir(os.path.dirname(sys.argv[0]))
5
6
if len(sys.argv) > 1:
7
if sys.argv[1] == "reset":
0 commit comments