Guest User

Untitled

a guest
Feb 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. for (( ; ; ))
  3. do
  4. echo "Pres CTRL+C to stop..."
  5. wget File
  6. wine CMD batchFile.bat
  7. done
Add Comment
Please, Sign In to add comment