Files
entropy/rigo/RigoDaemon/dbus/RigoDaemon
T

7 lines
103 B
Bash
Executable File

#!/bin/sh
if [ -f "/etc/profile" ]; then
. /etc/profile
fi
exec /usr/lib/rigo/RigoDaemon/app.py "$@"