Changeset 69 for nutchez-0.1/bin/nutchez


Ignore:
Timestamp:
May 27, 2009, 5:01:46 PM (15 years ago)
Author:
waue
Message:

script ok version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.1/bin/nutchez

    r68 r69  
    44# Description: Eazily use for Nutch
    55# .
    6 export NUTCH_CONF_DIR=~/.nutchez
    7 NUTCHEZ_SCRIPT_PATH="${NUTCHEZ_SCRIPT_PATH:-/opt/nutch}"
    86
    9 . ./nutchez-func.sh
     7# begining ..
     8bin=`dirname "$0"`
     9bin=`cd "$bin"; pwd`
    1010
    11 
    12 # root ?
    13 #check_if_root
    14 
    15 # show url lists
    16 
    17 setup_nutchez
     11. "$bin"/nutchez-func.sh
     12init_nutchez
    1813
    1914CHECK=0
Note: See TracChangeset for help on using the changeset viewer.