mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
5 lines
37 B
Bash
5 lines
37 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/bin/rm -f $2
|
||
|
ln -s $1 $2
|