#!/bin/bash if [ -e "$HOME/.bashrc" ]; then source "$HOME/.bashrc"; fi PS1="\u@\h:$name> "; alias e="emacs $name.c &"; alias h="emacs ecrypt-$type.h &"; alias l="emacs ChangeLog &"; alias r="less README"; alias q="exit"; case "$stage" in "1") alias c="gcc -DECRYPT_API=ecrypt-$type.h -I $ECRYPT_ROOT/include \ -std=gnu99 -c $name.c 2>&1 | head"; cat <