linuxShortcuts/startup.sh
2023-06-23 10:10:17 -03:00

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 &