home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / local / bin / gprename < prev    next >
Encoding:
Text File  |  2006-06-16  |  179 b   |  10 lines

  1. #!/bin/sh
  2. index=`expr index "$1" /`;
  3. if [ $index != 1 ]
  4. then
  5.         dir=`pwd`/$1;
  6. else
  7.         dir="$1";
  8. fi
  9. perl /usr/share/gprename/bin/gprename.pl /usr/share/gprename "$dir" &
  10.