just needed a place to stick this for later


Forum: 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

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.