Release new script

This commit is contained in:
Mario Fetka
2024-05-16 18:33:06 +02:00
parent 0452a021c2
commit 17199a5a30
54 changed files with 112 additions and 65 deletions

8
cryptlib/update.sh Normal file → Executable file
View File

@@ -1,3 +1,5 @@
for file in $(ls *-v5.sh) ; do
cp -- "${file}" "$(echo "${file}" | sed -e 's/v5\.sh/v6\.sh/')"
done
for file in $(ls *-v6.sh) ; do
cp -- "${file}" "$(echo "${file}" | sed -e 's/v6\.sh/v7\.sh/')"
done
git rm *-v5.sh