Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Restart terminal without closing it on MacOS

// For bash:
exec bash -l

// For zsh:
exec zsh -l
 
PREVIOUS NEXT
Tagged: #Restart #terminal #closing #MacOS
ADD COMMENT
Topic
Name
1+6 =