2 # Copyright (C) 2002, Earnie Boyd
3 # mailto:earnie@users.sf.net
4 # This file is part of Minimal SYStem.
5 # http://www.mingw.org/msys.shtml
6 # File: lnkcnv - .lnk symlink file to actual file converter.
9 LinkName=`echo $Param1 | sed -e 's/\.lnk$//'`
10 FileName=`cat $Param1 | tr '[:cntrl:]' ' ' | \
18 ln -s $FileName $LinkName