Hacker News new | ask | show | jobs
by voytec 634 days ago
Why an alias creating a function and running it, instead of just defining the waitfor() function?

    function waitfor(){ sleep $1; say "Task $2 is probably done now"; }