8 lines
214 B
Bash
Executable File
8 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2009 by Zaher Salman and the LEM Group.
|
|
|
|
export TRIMBIN=/usr/local/bin/trimsp7l
|
|
export PERLLIB=$HOME/LEM/simulation/trimsp/TrimSPGUI
|
|
perl $HOME/LEM/simulation/trimsp/TrimSPGUI/TrimSPGUI.pl
|
|
|