From e674ab86497c494bf3ef569406f0a8f5934e4157 Mon Sep 17 00:00:00 2001 From: Oleksandr Dobriuk Date: Thu, 23 Oct 2025 17:05:17 -0400 Subject: [PATCH 1/2] chore: ignore deploy keys --- .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 From 533ea8ad9cc40cc6f6b61919464eefda245a1e32 Mon Sep 17 00:00:00 2001 From: Oleksandr Dobriuk Date: Thu, 23 Oct 2025 17:05:44 -0400 Subject: [PATCH 2/2] feat: add find_bash_users.sh --- find_bash_users.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 find_bash_users.sh diff --git a/find_bash_users.sh b/find_bash_users.sh new file mode 100644 index 0000000..c7fa35f --- /dev/null +++ b/find_bash_users.sh @@ -0,0 +1 @@ +awk -F: '$7 ~ /\/bin\/bash$/ {print $1}' /etc/passwd