Add a helpful log statement
This commit is contained in:
parent
5ffb248e6e
commit
e90025c7ea
1
loop.sh
1
loop.sh
|
@ -11,6 +11,7 @@ ax "${number}"
|
||||||
rm -f "${number}"
|
rm -f "${number}"
|
||||||
bash position.sh reset
|
bash position.sh reset
|
||||||
|
|
||||||
|
echo "Are you ready to continue? (yes/no)"
|
||||||
read input
|
read input
|
||||||
if [ "$input" != "n" ] && [ "$input" != "no" ]
|
if [ "$input" != "n" ] && [ "$input" != "no" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue