mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 03:16:43 +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
|
|
|
|
|