added shell attribute to unit object definition to allow more flexibility; defaults to sh

This commit is contained in:
Master
2020-07-01 22:57:32 -04:00
parent c4828d506b
commit 3b467e2c0a
3 changed files with 11 additions and 15 deletions

View File

@@ -1,9 +1,6 @@
whoami
id
#!/bin/bash
touch /home/bagira/testfile
stat /home/bagira/testfile
echo "Test var is: $TEST_VAR"
#dialog --stdout --title "Interact with me!" \
# --backtitle "This is user interaction." \

View File

@@ -1 +1,5 @@
echo "This is output from loading the variables file."
set -a
echo "This is output from loading the variables file."
TEST_VAR="999"