#!/bin/sh

spotify=/usr/bin/spotify

if [[ -x  && -x /usr/bin/blockify ]];
then
blockify &
block_pid=4133

trap kill -9  SIGINT SIGTERM EXIT
fi
