Minor improvements to convert.sh.
This commit is contained in:
parent
4ce3cffaa2
commit
c88983051a
@ -8,5 +8,5 @@ shift
|
||||
if [ -z "$units" ]; then
|
||||
msg "$chan" "I do not have access to units."
|
||||
else
|
||||
msg "$chan" "$($units -v $@ | head -n1)"
|
||||
msg "$chan" "$($units -v ${*#* } | head -n1)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user