diff options
Diffstat (limited to 'crypto/openssl/util/point.sh')
-rwxr-xr-x | crypto/openssl/util/point.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/openssl/util/point.sh b/crypto/openssl/util/point.sh new file mode 100755 index 0000000..47543c8 --- /dev/null +++ b/crypto/openssl/util/point.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +rm -f $2 +ln -s $1 $2 +echo "$2 => $1" + |