From 33a5b56a123cee8c2de5ee48ce85e8742dda2439 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 11 Nov 2017 08:18:30 -0500 Subject: [PATCH] even tastier now fewer lines and the exec is out of my face. --- scripts/core/launch_feisty_meow.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index a814bc24..eaa9e7e2 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -50,13 +50,11 @@ and run this command (the whole unwieldy thing on multiple lines): ############## exec bash -i 3<&- <&4 + source \$(pwd)/scripts/core/launch_feisty_meow.sh; exec 3>&- <&4 EOF ############## -- 2.34.1