From d7c5b34645a94cd604aa13c56e26b70d50b386f6 Mon Sep 17 00:00:00 2001 From: numzero Date: Sat, 4 Jul 2026 22:45:54 +0300 Subject: [PATCH] replace README on morph --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 7e098e7..5990909 100755 --- a/init.sh +++ b/init.sh @@ -54,6 +54,9 @@ git remote remove origin git rm --cached init.sh git rm -r skel-test +# replace the README with a stub +echo "# $name" >| README.md + # escape HTML special characters (&, <, and >), but also sed special characters (& again, \, and /) htmlname=$(echo -n "$name" | sed 's/&/\&/g; s//\>/g; s:[\\/&]:\\&:g') sed -i "s/PROJECT NAME/$htmlname/" ui/src/main_window.ui