#!/bin/sh # Script for creating self-extracting installer files for unix-like systems. # By Serge van den Boom, 2003-02-20 TEMPDIR="/tmp/buildinstaller_$$" if [ $# -ne 2 ]; then cat >&2 << EOF Usage: buildinstaller.sh