fritz@laptop:~/Documents/gitlab1$ ./1.wrap.pl 3.git.sh Time is Sun Aug 18 01:08:20 2024 Julian day is 2460540.7974537 ./1.wrap.pl line matched #!/bin/bash line matched #echo "starting fresh with rm -rf .git" line matched #rm -rf .git | tee 1.txt line matched #git init line matched #ls >README.md line matched #git remote add origin git@gitlab.com:perlmonks/$1.git line matched #git push -uf master main | tee 2.txt line matched