# update with your linux username # mkdir -p ~/.local/bin # touch ~/.local/bin/wcle # put this line in the file ~/.local/bin/wcle python3 /home//.local/bin/wcle.py $1 # chmod +x ~/.local/bin/wcle # copy the file wcle.py to ~/.local/bin/ # enjoy!