bin/bash # # The Bash shell script executes a command with a time-out. #… ... ((t = timeout)) while ((t > 0)); do sleep $interval kill -0 $$ || exit 0 ((t ...
確定! 回上一頁