From 63f428047da720b987ef44e5d77f87b5233d9afa Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Thu, 18 Aug 2022 08:15:45 +0200 Subject: [PATCH] add gen-password, links --- bash/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bash/README.md b/bash/README.md index c56175f..a14f023 100644 --- a/bash/README.md +++ b/bash/README.md @@ -3,9 +3,9 @@ #### 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 +- [**trans.sh**](trans.sh): a [linguee.com](https://linguee.com) based command-line translator. +- [**sync.sh**](sync.sh): a rsync/ssh backup tool. + - [**sync-conf-example.sh**](share/sync/sync-conf-example.sh): configuration example. +- [**dup-live-disk.sh**](dup-live-disk.sh): duplicate (possibly live) disk partitions. +- [**gen-password.sh**](gen-password.sh): a password generator + - [**share/gen-password**](share/gen-password): [diceware](https://en.wikipedia.org/wiki/Diceware)-like word lists.