twittern via Shell
26 Aug 2009function tweet() {
curl -u USER:PASS -d status="$*" http://twitter.com/statuses/update.xml
}
USER und PASS müsst ihr durch eure Daten ersetzen.
function tweet() {
curl -u USER:PASS -d status="$*" http://twitter.com/statuses/update.xml
}
USER und PASS müsst ihr durch eure Daten ersetzen.