mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-04 09:45:26 +03:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
pushd `dirname $0`
|
||
|
devtools/bin/vpc /hl2 /episodic +shaders /mksln shaders
|
||
|
popd
|