script_umask.in 103 B

123
  1. #!/bin/sh
  2. umask 077
  3. exec @bindir@/@mono_interp@ @mono_instdir@/@framework_version@/@[email protected] "$@"