mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-11-24 04:41:51 +00:00
5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2mp +game /mksln games
|
|
popd
|