#!/bin/bash command -v play >/dev/null 2>&1 || { echo >&2 "I require 'play' but it's not installed. Install it using 'brew install sox' or 'sudo apt-get install sox'. Aborting."; exit 1;} nc hopscotch.inkmobility.com 1339 > /dev/null & PID_dump=$! sleep 1 kill -9 $PID_dump sleep 1 nc hopscotch.inkmobility.com 1339 | play --buffer 32 -t raw -r 44100 -s -L -b 16 -c 2 -