testing..
This commit is contained in:
parent
f28c552843
commit
ed746fab09
1 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ function gsa
|
||||||
# ─< Prompt the user to enter the relative path where the submodule will be cloned >────────
|
# ─< Prompt the user to enter the relative path where the submodule will be cloned >────────
|
||||||
# ─< Advise not to use the leading / or ./ >────────────────────────────────────────────────
|
# ─< Advise not to use the leading / or ./ >────────────────────────────────────────────────
|
||||||
echo "-- enter the relative path, where the submodule will be cloned to. (don't use fist / 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 >───────────────
|
# ─< Ask the user for confirmation if the constructed command looks correct >───────────────
|
||||||
echo "-- does this command look right to you? [y/n] --"
|
echo "-- does this command look right to you? [y/n] --"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue