#! /bin/sh
#******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: .chmod,v 1.2 1999/04/22 14:53:09 vltsccm Exp $"
#
# This script sets the standard protections bits of the environment files
#
chmod 777 .
chmod ug+rw *
chmod 666 rtap_log
#_oOo_
