wm.sh (86B)
1 #!/bin/sh 2 # 3 # wm 4 5 main() { while :; do "${WM}" >/dev/null 2>&1; done ; } 6 7 main "${@}"