Skip to content

Commit

Permalink
setenv: setup plct for the trainer compiler shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardNerd committed Dec 6, 2017
1 parent 9571026 commit 9e5a744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ export PILOTS_HOME=$PWD

alias plc='java -cp .:$PILOTS_HOME/lib/pilots.jar:$PILOTS_HOME/lib/jcommon-1.0.17.jar:$PILOTS_HOME/lib/jfreechart-1.0.14.jar:$PILOTS_HOME/lib/json-java.jar pilots.compiler.PilotsCompiler'

alias plcsim='java -cp .:$PILOTS_HOME/lib/pilots.jar:$PILOTS_HOME/lib/jcommon-1.0.17.jar:$PILOTS_HOME/lib/jfreechart-1.0.14.jar:$PILOTS_HOME/lib/json-java.jar -Dsim pilots.compiler.PilotsCompiler'
alias plcsim='java -cp .:$PILOTS_HOME/lib/pilots.jar:$PILOTS_HOME/lib/jcommon-1.0.17.jar:$PILOTS_HOME/lib/jfreechart-1.0.14.jar:$PILOTS_HOME/lib/json-java.jar -Dsim pilots.compiler.PilotsCompiler'

alias plct='java -cp .:$PILOTS_HOME/lib/pilots.jar:$PILOTS_HOME/lib/jcommon-1.0.17.jar:$PILOTS_HOME/lib/jfreechart-1.0.14.jar:$PILOTS_HOME/lib/json-java.jar pilots.compiler.TrainerCompiler'

0 comments on commit 9e5a744

Please sign in to comment.