mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 00:50:51 +00:00
4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/sh
|
||
|
/bin/teams >/dev/null 2>&1 &
|
||
|
/usr/lib/firefox/firefox -P OXO >/dev/null 2>&1 &
|