diff options
Diffstat (limited to 'bin/extra/gml')
-rwxr-xr-x | bin/extra/gml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/bin/extra/gml b/bin/extra/gml index 0d3a277..0f2f143 100755 --- a/bin/extra/gml +++ b/bin/extra/gml @@ -48,17 +48,22 @@ steam() { choice="$( cat <<-EOF | column -t -l 2 | commander -d -x -c | awk '{printf $1}' - 274190 broforc3 + 274190 broforce 291550 brawlhalla 1712840 tiny tina - EOF + 105600 terraria + kill +EOF )" - [ "$choice" ] && setsid steam steam://rungameid/"$choice" + case "$choice" in + kill) pkill steam ;; + *) setsid steam steam://rungameid/"$choice" ;; + esac exit } eval "$( - cat <<-EOF | commander -c + cat <<-EOF | commander -c -w 9 -y 2 minecraft steam EOF |