#!/bin/bash

echo "$1, $2"  | wall

wget -O /dev/null "http://admin:password@fritz.box:81/cgi-bin/yapscgi?FORM_Recipient=$1&FORM_Message=$2"



