Files
voidrice/.local/bin/samedir
krisdoodle45 40af3ab992 Use setsid
2021-10-14 20:47:33 +02:00

6 lines
127 B
Bash
Executable File

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