Attachment 'is_python_here.sh'
Download#!/bin/sh echo Content-Type: text/plain echo echo "Your web server is running as:" id echo "CGI scripts work" echo "Now we try to invoke Python interpreters and get their versions:" python -V 2>&1 python2 -V 2>&1 python2.0 -V 2>&1 python2.1 -V 2>&1 python2.2 -V 2>&1 python2.3 -V 2>&1 python2.4 -V 2>&1 echo "Finished."
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.