mirror of
https://github.com/rehlds/testdemos.git
synced 2024-12-26 06:35:51 +03:00
12ae37068f
* update bash scripts * main script refactor
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
|
|
|