Index: nutchez-0.1/bin/nutchez
===================================================================
--- nutchez-0.1/bin/nutchez	(revision 68)
+++ nutchez-0.1/bin/nutchez	(revision 69)
@@ -4,16 +4,11 @@
 # Description: Eazily use for Nutch
 # .
-export NUTCH_CONF_DIR=~/.nutchez
-NUTCHEZ_SCRIPT_PATH="${NUTCHEZ_SCRIPT_PATH:-/opt/nutch}"
 
-. ./nutchez-func.sh
+# begining ..
+bin=`dirname "$0"`
+bin=`cd "$bin"; pwd`
 
-
-# root ?
-#check_if_root
-
-# show url lists
-
-setup_nutchez
+. "$bin"/nutchez-func.sh
+init_nutchez
 
 CHECK=0
