Ignore:
Timestamp:
Jun 3, 2009, 5:44:01 PM (15 years ago)
Author:
waue
Message:

promote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.1/bin/nutchez-func.sh

    r72 r75  
    102102  echo_vb "2.1 test_file ~/.nutchez/sav return : $?"
    103103  # dialog begin
    104   dialog --editbox ~/.nutchez/sav/n.urls.txt 16 51 2>/tmp/n.urls.tmp
     104  dialog --title "The URLS that you want" --editbox ~/.nutchez/sav/n.urls.txt 16 51 2>/tmp/n.urls.tmp
    105105  RET=$?
    106106  echo_vb "2.1 cat url: `cat /tmp/n.urls.tmp`"
     
    147147  #read READ
    148148  $DIALOG --title "Check It !!" --clear \
     149        --extra-button --extra-label "reset" --ok-label "ok" --cancel-label "exit" \
    149150        --yesno "$MSG" 26 51
    150151  RET=$?
     
    166167  install_tomcat
    167168  echo_vb "/opt/nutch/bin/nutch crawl ~/.nutchez/urls -dir ~/.nutchez/search -depth $DEPTH"
    168   echo_vb "$NUTCH_CONF_DIR"
     169  echo_vb "nutch conf dir = $NUTCH_CONF_DIR"
    169170  /opt/nutch/bin/nutch crawl ~/.nutchez/urls -dir ~/.nutchez/search -depth $DEPTH
    170171}
Note: See TracChangeset for help on using the changeset viewer.