lots: shellcheck, streaming stuff, fixes
[distro-setup] / obs
diff --git a/obs b/obs
new file mode 100755 (executable)
index 0000000..bff119b
--- /dev/null
+++ b/obs
@@ -0,0 +1,12 @@
+#!/bin/bash
+set -e; . /usr/local/lib/bash-bear; set +e
+
+
+obs-i3-monitor &
+
+#/usr/bin/sleep 1234 &
+
+# https://obsproject.com/forum/threads/please-safe-mode-or-normal-mode-alert-function-on-off-toggle-add-to-setting.171047/
+/usr/bin/obs --disable-shutdown-check "$@" ||:
+
+kill %%