dotfiles/.local/bin/scripts/nostderr
2021-01-28 20:09:48 +01:00

3 lines
33 B
Bash
Executable file

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