mirror of
https://github.com/nasa/trick.git
synced 2025-01-09 14:32:53 +00:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
javac -sourcepath . -classpath classes:$TRICK_HOME/bin/java/dist/trick.jar JetFire.java
|
||
|
|
||
|
|