log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
docs/suckless
view extract-urls.sh @ 2:8cb44df21092
find changesets by author, revision, files, or words in the commit message
changed a lot of stuff
author
meillo@marmaro.de
date
Tue, 12 Aug 2008 20:02:47 +0200
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