mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-27 23:25:55 +03:00
8 lines
160 B
Bash
8 lines
160 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo " - Testing ReGameDLL -"
|
||
|
rsync -a deps/regamedll/* .
|
||
|
|
||
|
demo=cstrike-basic-1 desc="CS: Testing jumping, scenarios, shooting etc" ./runTest.sh
|
||
|
|