ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

rm -f would override everyone's rm -i alias if they want it or not.

Maybe it would be better to do something like:

if [ -z $RM ]; then
    RM=$(which rm)
fi
...
use $RM