Skip to content

Instantly share code, notes, and snippets.

@vdonoladev
Created November 19, 2025 17:52
Show Gist options
  • Select an option

  • Save vdonoladev/f3b8ac1aa6df7b9e5fbc27d2767d4993 to your computer and use it in GitHub Desktop.

Select an option

Save vdonoladev/f3b8ac1aa6df7b9e5fbc27d2767d4993 to your computer and use it in GitHub Desktop.
#!/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