mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2025-12-31 17:48:37 +03:00
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2mp +everything /mksln everything
|
|
popd
|