Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use an alias for it:

    function launch {
    	type $1 >/dev/null || { print "$1 not found" && return 1 }
    	$@ &>/dev/null &|
    }
    alias launch="launch "


why the alias as well as the function?



ah, thanks for that tip :-)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: