From b73eeb45af78357040a682024c693edb44465c36 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 3 Feb 2024 06:01:18 -0500 Subject: [PATCH] more hall tweaks --- hall.scm | 5 +---- scripts/run-client | 0 2 files changed, 1 insertion(+), 4 deletions(-) mode change 100755 => 100644 scripts/run-client diff --git a/hall.scm b/hall.scm index 8a28679..20fb1b8 100644 --- a/hall.scm +++ b/hall.scm @@ -41,10 +41,7 @@ (programs ((directory "scripts" - ((text-file "say") - (text-file "listen") - (in-file "say") - (in-file "listen"))))) + ((text-file "run-client"))))) (documentation ((org-file "README") (symlink "README" "README.org") diff --git a/scripts/run-client b/scripts/run-client old mode 100755 new mode 100644