mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-13 18:00:49 +01:00
8 lines
96 B
Bash
Executable File
8 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd build
|
|
unzip -o tests.zip -d tests
|
|
cd tests
|
|
chmod +x run-tests.sh
|
|
./run-tests.sh
|