We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b5bd commit 7d43118Copy full SHA for 7d43118
run.sh
@@ -1,4 +1,9 @@
1
#!/bin/env sh
2
+
3
+# make the script exit if any of the commands fail,
4
+# making fastfetch not run if the build failed.
5
+set -e
6
7
mkdir -p build/
8
cd build/
9
cmake ..
0 commit comments