mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
5 lines
49 B
Bash
Executable file
5 lines
49 B
Bash
Executable file
#! /bin/sh
|
|
|
|
while true ; do
|
|
bspwm || break
|
|
done
|