testing..

This commit is contained in:
pika 2024-05-22 19:27:49 +02:00
parent 3a25f27595
commit e312eddf84

View file

@ -13,7 +13,7 @@ function gsa
read -l -S path
echo "-- enter a name for the submodule --"
read -l -S name
read -l name
# ─< Ask the user for confirmation if the constructed command looks correct >───────────────
echo "git submodule add --branch $branch --name $name $repo $path"