Created
December 30, 2019 20:44
-
-
Save ysdede/3d8285e3e2f0e89fe0e046f4ff7aaf60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd Installer | |
if [ ! -d "WFInstaller.bat" ]; then | |
cat <<EOF >WFInstaller.bat | |
@echo off | |
for %%i in (*.exe) do start "" /b "%%i" | |
EOF | |
fi | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment