Merge branch 'master' of github.com:nathanielksmith/tildetown
commit
8490275d3c
|
@ -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"
|
Reference in New Issue