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