Changeset 75 for nutchez-0.1/bin/nutchez-func.sh
- Timestamp:
- Jun 3, 2009, 5:44:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/bin/nutchez-func.sh
r72 r75 102 102 echo_vb "2.1 test_file ~/.nutchez/sav return : $?" 103 103 # dialog begin 104 dialog --editbox ~/.nutchez/sav/n.urls.txt 16 51 2>/tmp/n.urls.tmp104 dialog --title "The URLS that you want" --editbox ~/.nutchez/sav/n.urls.txt 16 51 2>/tmp/n.urls.tmp 105 105 RET=$? 106 106 echo_vb "2.1 cat url: `cat /tmp/n.urls.tmp`" … … 147 147 #read READ 148 148 $DIALOG --title "Check It !!" --clear \ 149 --extra-button --extra-label "reset" --ok-label "ok" --cancel-label "exit" \ 149 150 --yesno "$MSG" 26 51 150 151 RET=$? … … 166 167 install_tomcat 167 168 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" 169 170 /opt/nutch/bin/nutch crawl ~/.nutchez/urls -dir ~/.nutchez/search -depth $DEPTH 170 171 }
Note: See TracChangeset
for help on using the changeset viewer.