dict (171B)
1 #!/bin/bash 2 3 word=$1 4 5 if [ -z ${word} ]; then 6 echo "What word do you want to look up?" 7 read word 8 fi 9 10 curl https://api.dictionaryapi.dev/api/v2/entries/en/"${word}" | jq
scriptsScripts | |
git clone git://git.wimdupont.com/scripts.git | |
Log | Files | Refs | LICENSE |