bin: add nostderr script
This commit is contained in:
parent
dfe9da9b0b
commit
15a4a35c52
1 changed files with 3 additions and 0 deletions
3
.local/bin/scripts/nostderr
Executable file
3
.local/bin/scripts/nostderr
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
$@ 2>/dev/null
|
||||
exit $?
|
Loading…
Add table
Reference in a new issue