1 2 3 4 5 6 7 8
#!/bin/sh # use this script to customize the way the engine should open URLs xdg-open "$1" # other possibilities .. not exhaustive of course .. # opera "$1" # xterm -e lynx "$1"