Generic update.
This commit is contained in:
parent
fd80eebc4c
commit
3cc237c098
2 changed files with 2 additions and 2 deletions
2
backuper
2
backuper
|
@ -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
2
badd
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue