source: trunk/essentials/app-shells/bash/examples/functions/xalias.bash

Last change on this file was 3228, checked in by bird, 19 years ago

bash 3.1

File size: 450 bytes
Line 
1# xalias - convert csh alias commands to bash functions
2# from Mohit Aron <[email protected]>
3# posted to usenet as <[email protected]>
4function xalias ()
5{
6 if [ "x$2" = "x" ]