Files
lnx-arch/dots/bin/startup.sh
fro b2ddf1466e / startup.sh ➔ startup_auto.sh
and, now using startup.sh for manually executing programs
2025-12-28 15:57:25 -05:00

15 lines
294 B
Bash
Executable File

#!/usr/bin/env bash
# : klevstul : start miscellanous application : 25.12.28
# -----
notify-send "<< startup.sh >>"
megasync & # mega sync service
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
synology-drive &
fi