Menu

[r1148]: / trunk / ext / openssl / util / point.sh  Maximize  Restore  History

Download this file

11 lines (8 with data), 152 Bytes

1
2
3
4
5
6
7
8
9
#!/bin/sh
rm -f "$2"
if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
cp "$1" "$2"
else
ln -s "$1" "$2"
fi
echo "$2 => $1"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.