aboutsummaryrefslogtreecommitdiff
path: root/scripts/util/dupt.sh
blob: 61d2260abe80a99bfc6e6eddb51b43db304bcd68 (plain)
1
2
3
4
5
#!/bin/sh

# open a new terminal in the current working directory

st -e sh -c 'cd "$PWD" && exec $SHELL' >/dev/null 2>&1 &