last commit was wrong. Now it works. :)
[openssl.git] / util / point.sh
1 #!/bin/sh
2
3 rm -f $2
4 ln -s $1 $2
5 echo "$2 => $1"
6