just needed a place to stick this for laterForum: Programming and Scripting Topic: just needed a place to stick this for later started by: kerry Posted by kerry on July 30 2006,13:09
#!/bin/sh# click to start, click to stop if pidof conky | grep [0-9] > /dev/null then exec killall conky else exec conky fi |