9 lines
67 B
Bash
Executable file
9 lines
67 B
Bash
Executable file
#!/bin/zsh
|
|
|
|
if ! pidof awesome; then
|
|
sleep 5
|
|
exit
|
|
fi
|
|
|
|
exec xiccd
|