5 lines
127 B
Bash
Executable file
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
|