point.sh revision 55714
1#!/bin/sh
2
3rm -f $2
4ln -s $1 $2
5echo "$2 => $1"
6
7