Welcome to mirror list, hosted at ThFree Co, Russian Federation.

point.sh « util - github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47543c88e267d9d6580c7568285d3ae9c1b68deb (plain)
1
2
3
4
5
6
#!/bin/sh

rm -f $2
ln -s $1 $2
echo "$2 => $1"