Changeset 69 for nutchez-0.1/bin/nutchez
- Timestamp:
- May 27, 2009, 5:01:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/bin/nutchez
r68 r69 4 4 # Description: Eazily use for Nutch 5 5 # . 6 export NUTCH_CONF_DIR=~/.nutchez7 NUTCHEZ_SCRIPT_PATH="${NUTCHEZ_SCRIPT_PATH:-/opt/nutch}"8 6 9 . ./nutchez-func.sh 7 # begining .. 8 bin=`dirname "$0"` 9 bin=`cd "$bin"; pwd` 10 10 11 12 # root ? 13 #check_if_root 14 15 # show url lists 16 17 setup_nutchez 11 . "$bin"/nutchez-func.sh 12 init_nutchez 18 13 19 14 CHECK=0
Note: See TracChangeset
for help on using the changeset viewer.