#!/bin/sh

if [ "$1" = "" ]; then
   echo "Kaj pa cajt?"
   exit 1
fi

echo $1 >sleep_delay
kill -USR1 `cat zajemanje.pid`
