mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-04 02:10:18 +03:00
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/bash
|
|
|
|
pushd `dirname $0`
|
|
devtools/bin/vpc /hl2 /episodic +game /mksln games
|
|
popd
|