From ddcc1c4d40cd0128dbb0d5065ca7141c8e267036 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Fri, 1 Apr 2022 20:23:22 -0300 Subject: [PATCH] OXO: add start-oxo script --- start-oxo.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 start-oxo.sh diff --git a/start-oxo.sh b/start-oxo.sh new file mode 100755 index 0000000..573ac0f --- /dev/null +++ b/start-oxo.sh @@ -0,0 +1,3 @@ +#!/bin/sh +/bin/teams >/dev/null 2>&1 & +/usr/lib/firefox/firefox -P OXO >/dev/null 2>&1 &