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/sh | |
# This is a script that allows you to easily launch Steam apps via Proton | |
# without going through Steam. | |
# It also allows you to specify specific libraries, for those who utilize | |
# multiple Steam library folders. | |
# Finally, it also makes use of curly braces for variable expansion, | |
# which is best-practice: https://stackoverflow.com/a/8748880 | |
# | |
# To use this script: | |
# 1. Save it somewhere (e.g. ~/Desktop/LaunchMyGame.sh) |