From 8d14f373c6e1650c1037cf967907463c022f265d Mon Sep 17 00:00:00 2001 From: edoardottt Date: Wed, 12 Apr 2023 12:16:39 +0200 Subject: [PATCH] Add scripts --- scripts/check-dups.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check-dups.sh b/scripts/check-dups.sh index 2ee4e51..5d850c7 100755 --- a/scripts/check-dups.sh +++ b/scripts/check-dups.sh @@ -1,5 +1,7 @@ #!/bin/bash +echo $(pwd) + readme="README.md" links=$(cat $readme | egrep "\- \[" | wc -l)