Generic update.

This commit is contained in:
CronyAkatsuki 2023-01-05 20:05:57 +01:00
parent fd80eebc4c
commit 3cc237c098
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ copy () {
while read Line; do
echo "Syncing $(basename $Line)"
rsync -ahAX -v --delete "$Line" $HOME/.local/backup
done <<< "$(cat $HOME/.config/rsync/backup-list)"
done <<< "$(cat $HOME/.config/rsync/sync-list)"
}
encrypt () {

2
badd
View File

@ -3,4 +3,4 @@
# Simple buku script to quickly add a url and edit it right away in a floating terminal.
xclip -sel c -o | buku -a
$TERMINAL start --class badd -- buku -w -1
$TERMINAL --class badd -e buku -w -1