#!/bin/bash # FILENAME: testgrowl ########################################### # VARIABLES ########################################### # # $1 = $ip # $2 = $title # $3 = $msg # $4 = $sticky # $szApp = "test"; ip=$1 ########################################## # MAIN ########################################## php -q /usr/local/bin/notify.php "$1" "$2" "$3" "$4"