#!/bin/sh # Mon Aug 28 13:08:54 EDT 2000 # phadd - script to add phone numbers to: # ph - a simple phone book - version 0.2 # Copyright 2000, Chris F.A. Johnson # released under the terms of the # GNU General Public Licence if [ "$1" = "-s" ] then phlist="/info/data/phones" shift else phlist="$HOME/.phones" fi echo "$@" >> $phlist