Put config in section 5, where it belongs.
[openssl.git] / util / point.sh
1 #!/bin/sh
2
3 rm -f $2
4 ln -s $1 $2
5 echo "$2 => $1"
6