woxi-cli/woxi

10 lines
112 B
Bash
Executable File

#!/bin/bash
W=$(which woxi.py)
if [ -n "${W}" ]; then
$W "$@" | jq
else
printf "Couldn't find woxi.py"
fi