5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# TODO: needs fixing...?
|
|
cd "$(dirname "$(fzf)")" || exit 1
|