Tiny Utility Script of the Day Hal Canary 2006-10-26 11:58:36 https://halcanary.org/vv/2006/10/26/657/ #computers-code #!/bin/sh #bin/amp# #DTPD# nohup "$@" 1> /dev/null 2>&1 &