mirror of
https://github.com/rehlds/testdemos.git
synced 2025-02-14 15:48:57 +03:00
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo " - Testing ReGameDLL - "
|
|
rsync -a deps/regamedll/* .
|
|
|
|
demo=cstrike-basic-1 desc="CS: Testing jumping, scenarios, shooting etc" ./runTest.sh
|
|
|