Created
November 19, 2025 17:52
-
-
Save vdonoladev/f3b8ac1aa6df7b9e5fbc27d2767d4993 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| case "$1" in | |
| haulin) | |
| cd "/home/vdonoladev/Games/haulin/drive_c/Program Files (x86)/18 Wheels of Steel Haulin" \ | |
| && wine haulin.exe | |
| ;; | |
| nfs) | |
| cd "/home/vdonoladev/myGames/PC/Need For Speed Most Wanted Black Edition" \ | |
| && wine speed.exe | |
| ;; | |
| *) | |
| echo "Use: $0 {haulin|nfs}" | |
| ;; | |
| esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment