code:shell:post-a-twitter
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| code:shell:post-a-twitter [2012/12/26 23:17] – created percy | code:shell:post-a-twitter [2016/05/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| </ | </ | ||
| + | |||
| + | ./ | ||
| + | ./ | ||
| + | | ||
| + | Auto cut the length limit to 140: | ||
| + | <file BASH twitter.sh> | ||
| + | #!/bin/sh | ||
| + | |||
| + | msg=`echo ${@}|cut -b 1-140` | ||
| + | |||
| + | curl -d " | ||
| + | |||
| + | </ | ||
| + | | ||
/var/www/dokuwiki/wiki/data/attic/code/shell/post-a-twitter.1356535023.txt.gz · Last modified: 2016/05/05 13:06 (external edit)
