5 lines
75 B
Bash
5 lines
75 B
Bash
function pause {
|
|
read -rp " Press [Enter] to continue."
|
|
echo ""
|
|
}
|