#!/bin/shset -eif [ $# -lt 2 ]; thenecho "$0: Usage:..."exit 1firmAttrs=$1shiftif [ -f $rmAttrs ]; then$rmAttrs "$@"elserm "$@"fi
#!/bin/shset -eif [ $# -lt 2 ]; thenecho "$0: Usage:..."exit 1firmAttrs=$1shiftif [ -f $rmAttrs ]; then$rmAttrs "$@"elserm "$@"fi