docs/suckless

view extract-urls.sh @ 5:9f075a0d0484

Added tag final for changeset 361d00d5b17b
author meillo@marmaro.de
date Thu, 14 Aug 2008 17:02:06 +0200
parents
children
line source
1 #!/bin/sh
3 egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq