This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-01/test/test.sh
github-classroom[bot] 92f533fba3
Initial commit
2023-09-22 18:29:55 +00:00

13 lines
158 B
Bash
Executable file

#!/bin/sh
echo Testing Java...
../java/compile.sh
../java/disassemble.sh
../java/run.sh
echo Testing C...
../c/compile.sh
../c/disassemble.sh
../c/run.sh