added a couple comments
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# make sure it doesn't run more than once
|
||||||
pgrep -x "$(basename "$0")" | grep -v $$ >/dev/null && exit 0
|
pgrep -x "$(basename "$0")" | grep -v $$ >/dev/null && exit 0
|
||||||
|
|
||||||
|
# placeholder for first loop pass
|
||||||
xsetroot -name "Loading ..."
|
xsetroot -name "Loading ..."
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
|||||||
Reference in New Issue
Block a user