warbo-utilities: 6e23a4eb90e71d27db7c20d54f1e27a447e2dce3

     1: #!/usr/bin/env bash
     2: 
     3: # Runs given command, ignoring stderr
     4: 
     5: "$@" 2> /dev/null
     6: exit $?

Generated by git2html.