dotfiles/.local/bin/scripts/nostderr

4 lines
33 B
Text
Raw Normal View History

2021-01-28 20:09:48 +01:00
#!/bin/sh
$@ 2>/dev/null
exit $?