mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /f /hl2 +everything /mksln everything
|
|
popd
|