Update unix-launcher.sh

This will open the default shell. Works for me after testing.
This commit is contained in:
Ishan Jalan 2022-07-20 22:30:09 +05:30
parent 3da5917eed
commit ea4307a282
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if [ "$(uname)" == "Darwin" ]; then
echo "\"$0\" $@ --use-current-shell" >> /tmp/open-smapi-terminal.sh
chmod +x /tmp/open-smapi-terminal.sh
cat /tmp/open-smapi-terminal.sh
open -W -a Terminal /tmp/open-smapi-terminal.sh
open -W /tmp/open-smapi-terminal.sh
rm /tmp/open-smapi-terminal.sh
exit 0
fi