7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2009-2013 by Zaher Salman and the LEM Group.
|
|
|
|
export TRIMBIN=$HOME/bin/trimsp7l
|
|
export PERLLIB=$HOME/LEM/simulation/trimsp/TrimSPGUI4
|
|
perl $PERLLIB/TrimSPGUI.pl
|