Quote special argument

This commit is contained in:
tosu 2024-06-03 18:53:20 +02:00
parent 31201da427
commit fd3e35a54c
1 changed files with 1 additions and 1 deletions

2
woxi
View File

@ -3,7 +3,7 @@
W=$(which woxi.py) W=$(which woxi.py)
if [ -n "${W}" ]; then if [ -n "${W}" ]; then
$W $@ | jq $W "$@" | jq
else else
printf "Couldn't find woxi.py" printf "Couldn't find woxi.py"
fi fi