Le site web bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/bebou
Log | Files | Refs |
commit 13765d671af0c87e801c2c851c91cc3371982d5f parent 244633afee39539758435a60bf7aa736c7ddeef7 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Tue, 30 Apr 2024 16:14:22 +0200 Pour ajouter des liens Diffstat:
A | slug | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/slug b/slug @@ -0,0 +1,9 @@ +#! /bin/sh + +find public -type f -iname '*.html' | +xargs grep -Er 'id="' | + cut -b7- | + fzy | + sed -E 's,:.+id=",#,;s/index.html//' | + cut -d'"' -f1 +