From e9c2da12c727c83d7c87bd9739c34c64c29d3f6e Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sat, 22 Oct 2022 20:14:56 -0700 Subject: [PATCH] auto: fix incomplete auto.sh --- auto/auto.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/auto/auto.sh b/auto/auto.sh index b836a70..ce3a32a 100755 --- a/auto/auto.sh +++ b/auto/auto.sh @@ -22,3 +22,11 @@ cd .. cd home-chmod ./home-chmod.sh cd .. + +cd readline +./readline.sh +cd .. + +cd tmux +./tmux.sh +cd ..