even tastier
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 13:18:30 +0000 (08:18 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 13:18:30 +0000 (08:18 -0500)
now fewer lines and the exec is out of my face.

scripts/core/launch_feisty_meow.sh

index a814bc24fb7efcac778e8599a86f058e377934e6..eaa9e7e2ba280ea5a677363d445058cc847fe282 100644 (file)
@@ -50,13 +50,11 @@ and run this command (the whole unwieldy thing on multiple lines):
 
 ##############
   exec bash -i 3<<EOF 4<&0 <&3
-    echo -e '\n\n^^^ errors above here indicate potential problems in .bashrc ^^^'
-    export FEISTY_MEOW_APEX=\"\$(pwd)\";
-    export FEISTY_MEOW_SCRIPTS=\$FEISTY_MEOW_APEX/scripts;
-    export FEISTY_MEOW_SHOW_LAUNCH_GREETING=yes
+    echo -e '\n\n^^^ errors above here indicate potential problems in .bashrc ^^^';
+    export FEISTY_MEOW_APEX=\"\$(pwd)\"; export FEISTY_MEOW_SCRIPTS=\$FEISTY_MEOW_APEX/scripts;
+    export FEISTY_MEOW_SHOW_LAUNCH_GREETING=yes;
     /bin/bash \$(pwd)/scripts/core/reconfigure_feisty_meow.sh;
-    source \$(pwd)/scripts/core/launch_feisty_meow.sh;
-    exec 3>&- <&4
+    source \$(pwd)/scripts/core/launch_feisty_meow.sh; exec 3>&- <&4
 EOF
 ##############