voidrice/.local/bin/samedir
2021-10-14 20:47:33 +02:00

5 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