libroot/posix/stdio: Remove unused portions.
[haiku.git] / build / scripts / rm_attrs
blobea4d99f9a81d60c3d079a1d329f4c91e9f718da0
1 #!/bin/sh
3 if [ $# -lt 2 ]; then
4 echo "$0: Usage:..."
5 exit 1;
6 fi
8 rmAttrs=$1
9 shift
11 if [ -f $rmAttrs ]; then
12 $rmAttrs "$@"
13 else
14 rm "$@"