You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
269 B
11 lines
269 B
#!/bin/sh
|
|
|
|
# Startup script for PRISM GUI (Linux/Solaris)
|
|
|
|
# PRISM home directory
|
|
PRISM_DIR=/data/private/luser/tmp/prismtest/prism-2.1.dev11.sim8
|
|
|
|
# Launch using main PRISM script
|
|
PRISM_MAINCLASS=userinterface.GUIPrism
|
|
export PRISM_MAINCLASS
|
|
$PRISM_DIR/bin/prism "$@"
|