From: Michael Orlitzky Date: Wed, 25 Feb 2026 03:02:25 +0000 (-0500) Subject: gpg.sh: rename to tty.sh X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=09418cbd9222992edefefe524d4b146f609af2ee;p=shell.d.git gpg.sh: rename to tty.sh --- 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