Skip to content

Instantly share code, notes, and snippets.

@ysdede
Created December 30, 2019 20:44
Show Gist options
  • Save ysdede/3d8285e3e2f0e89fe0e046f4ff7aaf60 to your computer and use it in GitHub Desktop.
Save ysdede/3d8285e3e2f0e89fe0e046f4ff7aaf60 to your computer and use it in GitHub Desktop.
#!/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