| Bash Script To Update Twitter Status From Command Line |
|
|
|
| How To - Scripts | |||
| Written by Christian Foronda | |||
| Saturday, 11 September 2010 20:13 | |||
|
Create the script: # vi /usr/bin/tweet
#!/bin/sh
# chmod +x /usr/bin/tweet
Usage: # tweet "Update from bash script" Similar articles
|
|||
| Last Updated on Tuesday, 15 March 2011 08:22 |


