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

master
Nathaniel Smith 2015-02-10 10:48:12 -08:00
commit 8490275d3c
1 changed files with 11 additions and 0 deletions

11
scripts/tweet 100755
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"