/[cvs]/nfo/bash/.install
ViewVC logotype

Diff of /nfo/bash/.install

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bd, Sun Nov 7 01:41:17 2004 UTC revision 1.2 by joko, Sun Nov 7 03:01:08 2004 UTC
# Line 5  TARGET="/opt/bin" Line 5  TARGET="/opt/bin"
5  echo "Installing scripts to $TARGET."  echo "Installing scripts to $TARGET."
6  pwd=`pwd`  pwd=`pwd`
7  cd $TARGET  cd $TARGET
8  ln -s -f $pwd/* .  for script in $pwd/*; do
9      [ $script != ${script/CVS} ] && continue
10      echo "  - $script"
11      ln -s $1 $script . > /dev/null 2>&1
12    done

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed