diff options
| -rwxr-xr-x | urnresolve | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -39,3 +39,7 @@ if [ "$nid" = "fcc" ];then      grep "^$nss2\s" $PREFIX/share/urn/fcc:frs | cut -f2    fi  fi + +if [ "$nid" = "btih" ];then +  btih2magnet "$nss" +fi | 
|  | index : uritools.git | |
| oh. um. command-line uri manpulation utilities, tuff like uricut, urimatch, uricmp, uristart, uriprintf, bunch of handy tools. | epoch | 
| summaryrefslogtreecommitdiff | 
| -rwxr-xr-x | urnresolve | 4 | 
| @@ -39,3 +39,7 @@ if [ "$nid" = "fcc" ];then      grep "^$nss2\s" $PREFIX/share/urn/fcc:frs | cut -f2    fi  fi + +if [ "$nid" = "btih" ];then +  btih2magnet "$nss" +fi |