commit 10b452f265b23038820bb4dccaa4878a47cf7d1c parent d2481ce34054ab7dfebecccf826d4ce954efe08c Author: Cem Keylan <cem@ckyln.com> Date: Tue, 10 Mar 2020 00:20:44 +0300 add umask 077 Diffstat:
M | pm/pm | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pm/pm b/pm/pm @@ -1,4 +1,5 @@ #!/bin/sh +umask 077 error() { printf '\033[1;31m!> \033[merror: %s\n' "$@" >&2 ;} die() { error "$1" ; exit 1 ;}