mirror of
https://github.com/celisej567/BCWSsrc.git
synced 2026-09-09 20:23:06 +03:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2mp +everything /mksln everything
|
|
popd
|