Revision d59d0b7c21ef656b4b352b16e5f8fce97ecc6e23 authored by Andy Polyakov on 13 February 2014, 16:03:14 UTC, committed by Andy Polyakov on 13 February 2014, 16:03:14 UTC
1 parent dbd512e
point.sh
#!/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"

Computing file changes ...