View of /trunk/ModularRex/link-opensim.sh
Parent Directory
|
Revision Log
Revision 133 -
(download)
(as text)
(annotate)
Wed May 6 13:17:11 2009 UTC (4 years, 1 month ago) by sempuki
File size: 99 byte(s)
Wed May 6 13:17:11 2009 UTC (4 years, 1 month ago) by sempuki
File size: 99 byte(s)
make the script usage more clear
#!/bin/bash
if [ -z ${1} ]
then
echo "missing OpenSim path"
exit
fi
ln -fs ${1} OpenSim
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

