6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
while : ; do
|
||
|
dwm && break || continue
|
||
|
done
|