Skip to content

Instantly share code, notes, and snippets.

View sm9cc's full-sized avatar

SM9(); sm9cc

View GitHub Profile
@sm9cc
sm9cc / LaunchCSGO.sh
Last active October 1, 2023 10:01
CSGO Launch Workaround
#!/usr/bin/env bash
# shellcheck disable=SC2086
# Linux CSGO Launch Workaround
# Issue: https://github.com/ValveSoftware/csgo-osx-linux/issues/3097
# Launcher paths
declare -a CSGO_LAUNCHER_PATHS=(
"${HOME}/.steam/steam/steamapps/common/Counter-Strike Global Offensive/csgo.sh"
"${HOME}/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo.sh"