nixos-config/scripts/_thunar-terminal
2022-12-22 11:12:06 -03:00

11 lines
108 B
Bash
Executable file

#!/bin/sh
for path
do
test -f "$path" &&
path=$(dirname "$path")
cd "$path"
terminal
done