5 lines
37 B
Bash
Executable file
5 lines
37 B
Bash
Executable file
#!/bin/sh
|
|
while true;
|
|
do
|
|
dwm
|
|
done
|