mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
javac -sourcepath . -classpath classes:$TRICK_HOME/bin/java/dist/trick.jar JetFire.java
|
|
|
|
|