What can you use it for? Display random quotes in your mail signature (with due references/credits), on your home page or IM status :P
#!/bin/bash |
Start pidgin and then this script. It will get a new random status every 1800 seconds and ask whether you want it as status, the process repeats immediately if you press cancel, and status is set otherwise.
'fortune' is used for name sake here. You can pull in random statuses from some web page (and probably scrape them), or some RSS feed if available, or from your own compiled database of statuses, reading one at random.
This is what you do when you are bored to core sitting in an office on Monday afternoon waiting for the benchmarks to complete.