#!/bin/sh # Open a terminal window in the same directory as the currently active window. setsid -f $TERMINAL >/dev/null 2>&1