From c2620a995d895dd67527d30f6a383de828f9521e Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Wed, 17 Aug 2022 20:53:33 +0200 Subject: [PATCH] testing '/'in headings --- .gitignore | 1 + bash/README.md | 11 +++++++++++ bash/{ => share/sync}/sync-conf-example.sh | 0 3 files changed, 12 insertions(+) create mode 100644 bash/README.md rename bash/{ => share/sync}/sync-conf-example.sh (100%) diff --git a/.gitignore b/.gitignore index 2ed9e20..b9506c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /*.sh /COPYING.* /license-* +/LICENSE.* /test/ /todo/ /c/lib/ diff --git a/bash/README.md b/bash/README.md new file mode 100644 index 0000000..c56175f --- /dev/null +++ b/bash/README.md @@ -0,0 +1,11 @@ +### Some GNU/Linux tools, for fun... + + +#### bash + +- **trans.sh**: a [linguee.com](https://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. + +#### share/sync/sync-conf-example.sh diff --git a/bash/sync-conf-example.sh b/bash/share/sync/sync-conf-example.sh similarity index 100% rename from bash/sync-conf-example.sh rename to bash/share/sync/sync-conf-example.sh