#!/bin/ksh echo -n "File: " read file touch $file gpg -c $file exit 0