aboutsummaryrefslogtreecommitdiffstats
path: root/util/point.sh
blob: 47543c88e267d9d6580c7568285d3ae9c1b68deb (plain)
1
2
3
4
5
6
#!/bin/sh

rm -f $2
ln -s $1 $2
echo "$2 => $1"