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