URI: 
       sless-it - localbin - leot's localbin (~/bin)
  HTML hg clone https://bitbucket.org/iamleot/localbin
   DIR Log
   DIR Files
   DIR Refs
       ---
       sless-it
       ---
            1 #!/bin/sh
            2 
            3 aff="/usr/pkg/share/hunspell/it_IT.aff"
            4 dic="/usr/pkg/share/hunspell/it_IT.dic"
            5 
            6 LESSOPEN="|-uspell ${aff} ${dic} %s" exec less "$@"