sh-install — Install shell scripts

Copyright 2005, Chris F.A. Johnson

This script was written to install the scripts from my book, Shell Scripting Recipes: A Problem-Solution Approach.

The script searches for a POSIX shell in the user's $PATH, and asks the user to select one to use for the installation. The scripts are then installed with the correct shebang line.

The script: sh-install