mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-01-08 21:25:36 +03:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2mp +game /mksln games
|
|
popd
|