heptagon/test/async/java_m

7 lines
87 B
Bash
Executable File

#!/bin/bash
cp $1 build/
cd build
../../../heptc $2 $3 $4 $5 $6 -target java $1
cd ..