summaryrefslogtreecommitdiffstats
path: root/scripts/steam-no-browser
blob: f6cd519447412ee47842e8d448681cc61c911d46 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

#steam-native -noverifyfiles -nobootstrapupdate -skipinitialbootstrap -norepairfiles -overridepackageurl -no-browser "$@"
steam-native -no-browser "$@"
#steam-runtime -no-browser "$@"

# vim: expandtab sw=2 ts=2