Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2023-09-17 17:05:08 -07:00
commit 8f42650ef9

View File

@ -6,8 +6,11 @@ apps=(
"yuzu Yuzu" "yuzu Yuzu"
) )
for app in "${apps[@]}" if command -v steamtinkerlaunch &> /dev/null
do then
set -- $app for app in "${apps[@]}"
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2" do
done set -- $app
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
done
fi