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