removed outdated scripts

Ryan Gibb adc7a935 aeb07278

Changed files
-10
scripts
-3
scripts/backup.sh
···
-
#!/usr/bin/env sh
-
-
rsync -va --exclude={".cache", ".local/share/Steam/"} ~/ /run/media/ryan/external-hdd/home/
-7
scripts/obsidian_sync.sh
···
-
#!/usr/bin/env sh
-
-
cd /storage/emulated/0/Documents/vault
-
git pull &&
-
git add . &&
-
git commit -m "phone $(date '+%Y-%m-%d %H.%M')" &&
-
git push