changes how folder shell runs commands

Jonathan Hodgson 4 years ago
parent 0fbdab9881
commit a326f0cf21
  1. 2
      bin/.bin/folder-shell

@ -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

Loading…
Cancel
Save