1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +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