9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
|
exec
|
||
|
|
while true
|
||
|
|
do
|
||
|
|
|
||
|
|
/bin/sh ~/.xroot.sh &&
|
||
|
|
|
||
|
|
sleep 1
|
||
|
|
done | /usr/local/bin/dwm
|