diff options
Diffstat (limited to 'scripts/util/dupt.sh')
-rwxr-xr-x | scripts/util/dupt.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/util/dupt.sh b/scripts/util/dupt.sh new file mode 100755 index 0000000..61d2260 --- /dev/null +++ b/scripts/util/dupt.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# open a new terminal in the current working directory + +st -e sh -c 'cd "$PWD" && exec $SHELL' >/dev/null 2>&1 & |