diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-09-22 21:58:29 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-09-22 21:58:29 +0200 |
commit | 686e685c76b7ccbc048d3b6a208ec62f5ebc41f3 (patch) | |
tree | 3b9cdd2d92e88c738c264f4dacadb8f26f18fc0f | |
parent | 132a78114c437a3157bc241e7e938528195dfe22 (diff) | |
download | utils-686e685c76b7ccbc048d3b6a208ec62f5ebc41f3.tar utils-686e685c76b7ccbc048d3b6a208ec62f5ebc41f3.zip |
-rwxr-xr-x | lcrawl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,4 +27,11 @@ function crawl() { fi } + +if [ $# -ne 4 ]; then + echo "Usage: $0 URL FILE-REGEX EXT-REGEX NEXT-REGEX" + exit 1 +fi + + crawl "$BASIS" 0
\ No newline at end of file |