#!/bin/bash
# a secure umask layout
umask 0007

# for a non-shared environment use the following hash:
#umask 0027
