i/o for parent child good, but some fd is staying open

This commit is contained in:
Chris Punches
2021-03-07 23:29:47 -05:00
parent d4a228f351
commit 31ed2feb7f
4 changed files with 292 additions and 60 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
echo "Test var is: $TEST_VAR"
echo "TEST OUTPUT: Test var is: $TEST_VAR"
#dialog --stdout --title "Interact with me!" \
# --backtitle "This is user interaction." \
# --yesno "Yes: pass, No: fail" 7 60
exit $?
exit $?

View File

@@ -1,5 +1,11 @@
#!/usr/bin/bash
set -a
echo "This is output from loading the variables file."
echo "variables file says hello and set a variable named TEST_VAR"
TEST_VAR="999"