forked from Packaging/Station
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
|
|
|
cd $HERE/usr/lib/netsyms-business-station
|
|
./netsyms-business-station
|