mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 19:00:51 +00:00
12 lines
226 B
Bash
Executable File
12 lines
226 B
Bash
Executable File
#!/bin/sh
|
|
/usr/bin/nextcloud --background &
|
|
sleep 5
|
|
/home/bruno/Apps/remoteControl/start-remotecontrol.sh &
|
|
sleep 60
|
|
/home/bruno/Apps/linuxShortcuts/start-dashboard &
|
|
|
|
exit 0
|
|
|
|
#sleep 5
|
|
#/home/bruno/.local/bin/obs-virtWebcam &
|