summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/point.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/point.sh')
-rwxr-xr-xcrypto/openssl/util/point.sh6
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"
+
OpenPOWER on IntegriCloud