passe Artikel an bisherige Artikel "Logik" an, Emoji als Unicode

This commit is contained in:
Ludger Sicking 2025-03-04 12:54:54 +01:00
parent 951f1d4f49
commit 8348f5e97e
2 changed files with 8 additions and 44 deletions

View file

@ -1,17 +0,0 @@
#!/bin/bash
set -e
# script im root dir ausführen
working_directory=$(basename $(pwd))
if [ "$working_directory" != "FOERBICO" ]; then
echo "not in root dir 'FOERBICO'"
exit 1
fi
find sb/public -type f | while read FILE ;
do
sed -i -s -E 's|http://oer.community/|http://int.oer.community/|g' "$FILE"
sed -i -s -E 's|https://oer.community/|https://int.oer.community/|g' "$FILE"
#sed -i -s -E 's|https://oer.community/|https://xxx.oer.community/|g' "$FILE"
done
#TODO / FIXME: Basis-Ordner dynamsich; als Parameter