kill-wine-explorer.sh: Redirect stdout & stderr to /dev/null
This commit is contained in:
parent
3013b531d7
commit
ebce73c797
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
killall -9 explorer.exe
|
||||
killall -9 explorer.exe &> /dev/null
|
||||
sleep 5
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue