Merge branch 'master' of github.com:nathanielksmith/tildetown

This commit is contained in:
Nathaniel Smith 2015-02-10 10:48:12 -08:00
commit 8490275d3c

11
scripts/tweet Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
collect=
while read -r; do
collect="$collect / $REPLY"
done
status=$(echo $collect | sed -r 's/^.{2}//')
twurl -X POST "/1.1/statuses/update.json?status=$status"