Here's one way to do it, using the -t timeout option of the bash read builtin: #!/bin/bash while : do read -t10 -p "Do you want to un-Mount ...
確定! 回上一頁