summaryrefslogtreecommitdiff
path: root/templates/steam
blob: 3321e923088b906b9f24735cfc45903bb4241abb (plain)
1
2
3
4
5
6
7
8
9
PREFIX="steam"
SIZE="1280x960"
GPATH="c:/program files/steam/steam.exe"

steamapp () {
    [[ $# > 0 ]] && export ARGS="-applaunch ${=@}"
}

# vim:ft=sh