This commit is contained in:
2024-04-23 16:22:12 +02:00
parent ad137bfdb0
commit fae6b2acc0
4 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ data:
fi
}
cleanup() {
rm -rf . || true
rm -rf .* * || true
}
git_prepare() {
local url=$1 username=$2 email=$3