Hacker News new | ask | show | jobs
by khc 390 days ago
I've written something 13 years ago using `read -t` https://github.com/kahing/bin/blob/master/timeout.sh
1 comments

Wow, that's a cool trick. So it _can_ be done using only builtins! Thanks for sharing.