forked from Packaging/Station
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
||
|
|
||
|
cd $HERE/usr/lib/notepost
|
||
|
./notepost
|