fec8a1e844ba115f210b9bfc68c790be6973224d
Important changes: - RSYNCOPTS must be an array, not a string. - log() is now using printf-style: Unchanged: - log "a b c" Incorrect (old syntax): - log a b c Correct (new syntax): - log "%s %s %s" "a" "b "c" - log "%s" "a b c"
Some GNU/Linux tools, for fun...
bash
- trans.sh: a linguee.com based command-line translator.
- sync.sh: a rsync/ssh backup tool.
- sync-conf-example.sh: configuration example.
- dup-live-disk.sh: duplicate (possibly live) disk partitions.
Description
Languages
Shell
57.2%
Emacs Lisp
42.8%