dotfiles/.local/bin/scripts/nostderr

4 lines
33 B
Plaintext
Raw Normal View History

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