Skip to content

Commit

Permalink
Added script to plot from Linux.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 26, 2006
1 parent f6f430c commit 79afa70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Makefile.in
Expand Up @@ -39,7 +39,7 @@ include Makefile.common
PROG = omc
PROGD = omcd

SCRIPT_FILES = Compile Compile.bat doPlot doPlot.bat
SCRIPT_FILES = Compile Compile.bat doPlot doPlot.bat doPlot.Linux
DOC_FILES = omc_helptext.txt omc_interactive_api.txt

#SUBDIRS= ast runtime
Expand Down
2 changes: 2 additions & 0 deletions Compiler/scripts/doPlot.Linux
@@ -0,0 +1,2 @@
#!/bin/sh
exec java -cp "${OPENMODELICAHOME}/bin/ptplot.jar" ptolemy.plot.plotml.EditablePlotMLApplication "$1" &

0 comments on commit 79afa70

Please sign in to comment.