From 7c9e54b5366ada655baf8c2b61914182840d6bb6 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 3 Jul 2025 14:27:17 -0400 Subject: refactor: make `archmirrorman` non-expressive on valid input --- .local/bin/archmirrorman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/archmirrorman b/.local/bin/archmirrorman index 08fc5bc..b1a426e 100755 --- a/.local/bin/archmirrorman +++ b/.local/bin/archmirrorman @@ -29,7 +29,7 @@ if ! [ "$1" -eq "$1" ] 2> /dev/null || [ "$1" -le 0 ]; then exit 1 fi -echo "🪖 archmirrorman: GOOD JOB, SOLDIER! NOW LET ME DO MY JOB! ... UwU 🥰😻" +echo "🪖 archmirrorman: 👍" if [ "$(id -u)" -ne 0 ]; then echo "" -- cgit v1.2.3