5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /f /hl2 +everything /mksln everything
|
|
popd
|