Permalink
Cannot retrieve contributors at this time
executable file
7 lines (7 sloc)
262 Bytes
|
#!/bin/bash |
|
# https://twitter.com/_Kwasimoto/status/928126952782917632 |
|
# Tweets a line of the bee movie script every 12 hours in order |
|
SCRIPTDIR=$(dirname $0) |
|
pushd $SCRIPTDIR |
|
../../../Tools/tweet.sh/tweet.sh post "$(sed -n 1p .lines)" && sed -i 1d .lines |
|
popd |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.