dotfiles/.local/bin/scripts/nostderr

4 lines
33 B
Bash
Executable File

#!/bin/sh
$@ 2>/dev/null
exit $?