You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# download all wiki pages to the `doc` directory. need network access.
# multiple1902 <multiple1902@gmail.com>
# Licensed under GPL v3
echo "cleaning destination ..."
rm ../doc/*.html 2>/dev/null
echo "fetching the list ..."
for pagename in `curl "http://code.google.com/p/xjtuthesis/w/list" 2>/dev/null|grep "/p/xjtuthesis/wiki/"|sed -n -e 's/.*\/p\/xjtuthesis\/wiki\/\([^\?'\''"]*\).*/\1/p'|uniq`; do