15 lines
294 B
Bash
Executable File
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
|