adding git actions

This commit is contained in:
2025-06-01 20:48:59 +01:00
parent 27670f2408
commit 189edd73b1

View File

@@ -76,6 +76,11 @@
text =
''
clear
if [ "$#" -eq 0 ]; then
echo "No arguments provided."
fi
printf "$1"
printf "Hello, this shell script will bootstrap a P2PRC Haskell project with Nix Flake\n"