Hacker News new | ask | show | jobs
by banana_giraffe 1875 days ago
I like this idea a lot, I just dumped a tiny shell script named 'tellme' on my mac:

    #!/bin/bash
    $@ && say 'The command finished.' || say 'Danger!  Something blew up!'
To give me a quick way to run commands and hopefully enough words to catch my attention.