Showing content from http://svn.python.org/projects/python/branches/r22b1-branch/Doc/tools/update-docs.sh below:
#! /bin/sh # Script which installs a development snapshot of the documentation # into the "Python @ SourceForge" website. # # The push-docs.sh script pushes this to the SourceForge when needed # and removes it when done. if [ -z "$HOME" ] ; then HOME=`grep fdrake /etc/passwd | sed 's|^.*:\([^:]*\):[^:]*$|\1|'` export HOME fi DOCTYPE="$1" UPDATES="$HOME/tmp/$2" TMPDIR="$$-docs" cd /home/groups/p/py/python/htdocs || exit $? mkdir $TMPDIR || exit $? cd $TMPDIR || exit $? (bzip2 -dc "$UPDATES" | tar xf -) || exit $? cd .. || exit $? if [ -d $DOCTYPE-docs ] ; then mv $DOCTYPE-docs $DOCTYPE-temp fi mv $TMPDIR $DOCTYPE-docs rm -rf $DOCTYPE-temp || exit $? rm "$UPDATES" || exit $?
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4