voidrice/.local/bin/samedir

6 lines
127 B
Text
Raw Normal View History

#!/bin/sh
2020-03-08 22:23:38 +00:00
# Open a terminal window in the same directory as the currently active window.
2021-10-14 18:47:33 +00:00
setsid -f $TERMINAL >/dev/null 2>&1