1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-07-18 09:28:11 +08:00
Files
hl2sdk/creategameprojects

6 lines
80 B
Bash
Executable File

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