mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-04 14:11:16 +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
|