We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e0cd9 commit 9657009Copy full SHA for 9657009
README.md
@@ -19,7 +19,7 @@ cd path/to/dash
19
python build.py /path/to/profanOS
20
21
# copy the binary to profanOS filesystem
22
-cp dash path/to/profanOS/out/zapps/fatpath/
+cp dash path/to/profanOS/out/zapps/h/
23
```
24
25
*I'm not the author of the original Dash shell, I just ported it to profanOS.*
config.h
@@ -91,7 +91,7 @@
91
#define WITH_LINENO 0
92
93
// Define to system shell path
94
-#define _PATH_BSHELL "/bin/fatpath/dash.elf"
+#define _PATH_BSHELL "/bin/h/dash.elf"
95
96
// Define to devnull device node path
97
#define _PATH_DEVNULL "/dev/null"
0 commit comments