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 68181e0 commit eef2aedCopy full SHA for eef2aed
1 file changed
run-install.sh
@@ -4,7 +4,7 @@ set -e # Exit immediately if a command exits with a non-zero status
4
printf "\033]0;Installer\007"
5
clear
6
7
-# Delete Windows bat files (.bat)
+# Delete Windows bat files (.bat)
8
find . -type f -iname "*.bat" -delete
9
10
# Function to log messages with timestamps
0 commit comments