mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 06:36:32 +00:00
Add prompt any key
This commit is contained in:
parent
77c49e1b5b
commit
ca64a39b0f
@ -443,3 +443,10 @@ prompt_yn () {
|
|||||||
|
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Prompt any key
|
||||||
|
#
|
||||||
|
prompt_any () {
|
||||||
|
read -p "Press any key key to continue..." -n1 -s -r
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user