6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2mp +everything /mksln everything /f
|
|
popd
|