Closed shellbertt closed 1 month ago
&&
;
Results:
cd
Try:
SHELL 0 mkdir testdir SHELL 0 cd testdir && pwd
&&
,;
, etc.Results:
cd
in commands now without crashing (although directory will never persist between commands).Try: