We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb569a commit 60b0e82Copy full SHA for 60b0e82
sudoku-tui
@@ -1,3 +1,5 @@
1
#!/bin/sh
2
3
-python3 "./src/app/app.py"
+PARENT_DIR=$(dirname $0)
4
+
5
+python3 "$PARENT_DIR/src/app/app.py"
0 commit comments