removed tests since i can't make them green

This commit is contained in:
Brad Ganley 2023-03-19 01:17:41 -05:00
parent e8d63cba72
commit ce5fb472d8

View File

@ -109,6 +109,7 @@ function rgcm() {
git add .
git commit -m "$message"
echo "Git commit submitted with message: $message"
}
function cntdn() {
local count=$1
while [ $count -gt 0 ]; do