mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-03-21 17:44:15 -05: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
|