Skip to content

Instantly share code, notes, and snippets.

@miloh
Created August 8, 2015 07:40
Show Gist options
  • Save miloh/bbc760aafd72b1abafd0 to your computer and use it in GitHub Desktop.
Save miloh/bbc760aafd72b1abafd0 to your computer and use it in GitHub Desktop.
#!/bin/sh
MSG=""
until [ -z "$1" ] ; do
MSG="$MSG $1"
shift
done
curl -X POST -d say="$MSG" http://api.noisebridge.net/audio/ > /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment