1 2 3 4 5
#!/bin/sh # open a new terminal in the current working directory st -e sh -c 'cd "$PWD" && exec $SHELL' >/dev/null 2>&1 &