log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
docs/gimme-shellter
view extract-urls.sh @ 6:1347b6d4e98e
find changesets by author, revision, files, or words in the commit message
modified hgignore
author
meillo@marmaro.de
date
Tue, 11 Dec 2007 09:55:41 +0100
parents
children
line source
1
#!/bin/sh
2
3
egrep -oi '(http|https|ftp)://[-a-zA-Z0-9.]+[-a-zA-Z0-9/+_,\?&%]*' "$1" | sort | uniq