-

Wiki Scripts

-

Wiki Automated Upload Script

NOTE:If you are going to run these scripts on an IBM AIX system, YOU MUST DOWNLOAD A NEWER VERSION OF KornShell93. The IBM AIX implementation of KornShell93 is about 7 years old and does not function correctly. If you download the ksh93 binary executable for AIX from this site, use the following procedure:

cp  ksh93.att.audit.bin  /usr/bin/ksh93.att
chmod 555 /usr/bin/ksh93.att
chown bin:bin /usr/bin/ksh93.att

Then change the shebang line (#!/usr/bin/ksh93) of these scripts to point to the newer version of ksh93 (#!/usr/bin/ksh93.att)


wikiAutoLoad:
Mediawiki Content Automated Uploading Shell Script
Korn/Bash Shell Script to automatically upload content to a Mediawiki Server. The purpose of this program is to provide the shell programmer or system administrator with an automated mechanism for uploading documentation and content to a MediaWiki server. This shell script can be run from any system in an organization to automatically upload information to a centralized wiki documentation server.
(download)

  • Required: KornShell93 from www.kornshell.com
  • Required: wget (url) (for AIX)
  • Alternate: KornShell93 Binary: for AIX
  • Alternate: KornShell93 Binary: for Linux
  • Alternate: KornShell93 Binary: for 32 bit PPC Linux

  • If you download KornShell93, place it on your system at:
        /usr/bin/ksh93.att
    Then change the "shebang" line of this script to point to that instance of ksh93.att. DO NOT overwrite the existing /usr/bin/ksh93 file.