Bash also provides a psuedo-signal called "EXIT", which is executed when ... trap no_ctrlc SIGINT while true do echo Sleeping sleep 10 done.
確定! 回上一頁