#!/bin/bash
# Copyright 2004 Jerzy Wachowiak

if [ -z "$1" ]
then
        echo "
USAGE:
./chmod-xd options

DESCRIPTION:
chmod-xd changes permissions for files listed in the chmod-xd script.
See chmod man pages for option details!
"
	exit 1
fi

chmod -v $1 xddelete xdlist xdpurge xdshow
