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 fd41a64 commit 52d8ed5Copy full SHA for 52d8ed5
install.sh
@@ -1,6 +1,6 @@
1
shdir="scripts"
2
3
-for bashfile in $(cat $shdir/run_order.txt | sort); do
+for bashfile in $(cat $shdir/run_order.txt); do
4
echo -e "\nExecuting $bashfile ...\n"
5
bash "$shdir/$bashfile"
6
done
0 commit comments