1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 17:47:38 +08:00
hl2sdk/creategameprojects
Nicholas Hastings e2781a0000 SDK sync.
2014-02-28 14:08:09 -05:00

6 lines
85 B
Bash
Executable File

#!/bin/bash
pushd `dirname $0`
devtools/bin/vpc /hl2mp +game /mksln games
popd