From 09418cbd9222992edefefe524d4b146f609af2ee Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Feb 2026 22:02:25 -0500 Subject: [PATCH] gpg.sh: rename to tty.sh --- makefile | 2 +- gpg.sh => tty.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gpg.sh => tty.sh (100%) diff --git a/makefile b/makefile index ea64021..fb82ec2 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -SRCS = aliases.sh compilation.sh gpg.sh most.sh options.sh sage.sh +SRCS = aliases.sh compilation.sh most.sh options.sh sage.sh tty.sh all: $(SRCS) cat $(SRCS) > $@ diff --git a/gpg.sh b/tty.sh similarity index 100% rename from gpg.sh rename to tty.sh -- 2.51.0