mkdef.pl still needed better logic. Also, the semantics of the
[openssl.git] / util / point.sh
1 #!/bin/sh
2
3 rm -f $2
4 ln -s $1 $2
5 echo "$2 => $1"
6