rm Statistics from Readme

This commit is contained in:
Evgeny Nerush
2023-11-22 15:49:24 +03:00
parent a3fce66e71
commit 8f273899ec
2 changed files with 1 additions and 18 deletions

2
ex.sh
View File

@@ -56,7 +56,7 @@ strip_quotes () {
else
s=$1
s=${s: 1} # from 1 to the end
s=${s:: -1} # from 0 to that is before the last one
s=${s:: -1} # from 0 to that is before the last one
echo $s
fi
}