Merge branch 'master' of github.com:nathanielksmith/tildetown
This commit is contained in:
commit
8490275d3c
11
scripts/tweet
Executable file
11
scripts/tweet
Executable 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"
|
Reference in New Issue
Block a user