changes how folder shell runs commands

This commit is contained in:
Jonathan Hodgson 2020-03-11 11:48:07 +00:00
parent 0fbdab9881
commit a326f0cf21

View file

@ -7,7 +7,7 @@ CMD=$TERMINAL
CWD='' CWD=''
if [ ! -z "$1" ]; then if [ ! -z "$1" ]; then
CMD="${CMD} -e $1" export initialCommand="$1"
fi; fi;
# Get window ID # Get window ID