mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
14 lines
203 B
Bash
14 lines
203 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Put instructions to run the runtime
|
|
#dart run "$@"
|
|
|
|
# assure there is only one unit in the given file
|
|
gnatchop "$1"
|
|
|
|
numSourceFiles=$(ls -1q *.adb | wc -l)
|
|
|
|
gnatmake "test.adb"
|
|
|
|
|
|
|