changes how folder shell runs commands

This commit is contained in:
Jonathan Hodgson 2020-03-11 11:48:07 +00:00
parent f008accf15
commit 35c0b77837

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