testing..

This commit is contained in:
pika 2024-05-22 18:55:25 +02:00
parent f28c552843
commit ed746fab09

View file

@ -10,7 +10,7 @@ function gsa
# ─< Prompt the user to enter the relative path where the submodule will be cloned >────────
# ─< Advise not to use the leading / or ./ >────────────────────────────────────────────────
echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / or ./) --"
read -l path
read -l -S path
# ─< Ask the user for confirmation if the constructed command looks correct >───────────────
echo "-- does this command look right to you? [y/n] --"