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