1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
hl2sdk/creategameprojects

6 lines
85 B
Plaintext
Raw Normal View History

2014-03-01 03:08:09 +08:00
#!/bin/bash
pushd `dirname $0`
devtools/bin/vpc /hl2mp +game /mksln games
popd