sintonia/utils/airtime-log

8 lines
196 B
Plaintext
Raw Normal View History

2021-08-16 14:21:46 +02:00
#!/usr/bin/env bash
2011-09-01 20:49:20 +02:00
# Absolute path to this script
2021-08-16 13:45:32 +02:00
SCRIPT=$(readlink -f $0)
2011-09-01 20:49:20 +02:00
# Absolute directory this script is in
2021-08-16 13:45:32 +02:00
SCRIPTPATH=$(dirname $SCRIPT)
2011-09-01 20:49:20 +02:00
php -q $SCRIPTPATH/airtime-log.php "$@" || exit 1