Download this file
11 lines (8 with data), 121 Bytes
| #!/bin/sh
rm -f "$2"
if test "$OSTYPE" = msdosdjgpp; 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.