mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2mp +game /mksln games
|
|
popd
|