diff options
| -rwxr-xr-x | bin/.local/bin/scripts/backup.sh | 2 | ||||
| -rwxr-xr-x | bin/.local/bin/scripts/startpage.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/backup.sh b/bin/.local/bin/scripts/backup.sh index acf6ad8..6b2253b 100755 --- a/bin/.local/bin/scripts/backup.sh +++ b/bin/.local/bin/scripts/backup.sh @@ -10,6 +10,8 @@ SOURCE_DIRS=( "/home/bard/Repositories/" "/home/bard/Music/" "/home/bard/Videos/" + "/home/bard/dotfiles/" + "/home/bard/Mail/" ) DESTINATION_BASE="/mnt/hdd/" diff --git a/bin/.local/bin/scripts/startpage.sh b/bin/.local/bin/scripts/startpage.sh index 7e95dc6..623bbb0 100755 --- a/bin/.local/bin/scripts/startpage.sh +++ b/bin/.local/bin/scripts/startpage.sh @@ -1 +1,3 @@ -python3 -m http.server -b 127.0.0.1 8080 -d /home/bard/Code/vivendi-startpage/ & python3 -m http.server -b 127.0.0.1 6969 -d /home/bard/Code/operandi-startpage/ +python3 -m http.server -b 127.0.0.1 8080 -d /home/bard/Code/vivendi-startpage/ & +python3 -m http.server -b 127.0.0.1 6969 -d /home/bard/Code/operandi-startpage/ & +python3 -m http.server -b 127.0.0.1 2777 -d /home/bard/Code/blocked/ & |
