mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 11:02:59 -04:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export LTLD_LIBRARY_PATH=/opt/tme/lib
|
|
export LD_LIBRARY_PATH=/opt/tme/lib:/opt/tme/lib/tme
|
|
|
|
exec /opt/tme/bin/tmesh "$@"
|