#!/bin/bash
if [ "$1" = "2" ]; then
    sig=USR2
else
    sig=USR1
fi

killall -$sig dumbass.sh

