OXO: add start-oxo script

This commit is contained in:
Bruno F. Fontes 2022-04-01 20:23:22 -03:00
parent edef2eb7f0
commit ddcc1c4d40
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6

3
start-oxo.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
/bin/teams >/dev/null 2>&1 &
/usr/lib/firefox/firefox -P OXO >/dev/null 2>&1 &