mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
5 lines
37 B
Bash
5 lines
37 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/bin/rm -f $2
|
||
|
ln -s $1 $2
|