#!/bin/sh # # $Id$ # # Author: Matthew Needes # USAGE="Usage: getrel ex: getrel /usr/local/epics/base_R3.13 --------- OR ----------- getrel ~/epics/base " # one arg if [ $# -lt 1 ]; then cat <> EPICS_BASE ln -s ${BASE} base touch .current_rel_hist echo ${BASE} - `date` >> .current_rel_hist exit 0