blob: 47543c88e267d9d6580c7568285d3ae9c1b68deb [file] [log] [blame]
#!/bin/sh
rm -f $2
ln -s $1 $2
echo "$2 => $1"