7 lines
80 B
Bash
7 lines
80 B
Bash
#!/usr/bin/dash
|
|
if test -f /tmp/.clicker.pid; then
|
|
echo ' '
|
|
else
|
|
echo ''
|
|
fi
|