mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-11 04:00:07 +03:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2 /episodic +maptools /mksln maptools
|
|
popd
|