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
SteamVR System Report created Fri Feb 08 19:28:36 2019 | |
<Report> | |
SteamVR Version: 1.3.2 (1549646760) | |
SteamVR Date: 2019-02-08 | |
Steam: Public | |
Steam Branch: beta | |
Steam AppID: 250820 | |
Tracking: lighthouse | |
OS: Linux version 4.20.6-200.fc29.x86_64 ([email protected]) (gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC)) #1 SMP Thu Jan 31 15:50:43 UTC 2019 |
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/bash | |
steam_dir="$HOME/.steam" | |
proton="" | |
list=0 | |
options=$(getopt -o d:p:l --long directory:proton:list -- "$@") | |
eval set -- "$options" | |
while true; do | |
case "$1" in |