freebsd-dev/crypto/openssl/util/point.sh
2000-01-10 06:22:05 +00:00

7 lines
49 B
Bash
Executable File

#!/bin/sh
rm -f $2
ln -s $1 $2
echo "$2 => $1"