# I retired this script between 6/2 and 6/4, but this was my 
# original build / test script that was merged into the 
# PHP file

SECRET=kdkdwe
MYSP="/tmp/web_getupstat"

gcc updates.c -o         $MYSP
sudo chown root:www-data $MYSP
sudo chmod 710  	 $MYSP
sudo chmod ug+s 	 $MYSP
ls -l			 $MYSP
sudo -u www-data	 $MYSP $SECRET
sudo -u pulse   	 $MYSP $SECRET
