mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
6 lines
127 B
Bash
Executable File
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
|