voidrice/.local/bin/samedir

6 lines
127 B
Text
Raw Normal View History

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