Skip to content

Instantly share code, notes, and snippets.

View lunalucadou's full-sized avatar

Luna Lucadou lunalucadou

View GitHub Profile
@lunalucadou
lunalucadou / ProtonLaunch.sh
Last active November 10, 2023 06:35 — forked from smo0z/ProtonLaunch.sh
Proton Launch Script for Games in any Steam Library Folder
#!/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)