diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 16:02:32 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 16:02:32 -0500 |
| commit | af97a24be201f8fffe8ea73a1f1aab1e234fa1ce (patch) | |
| tree | cbeb392eba832d89ab48732dfffb518bc904fa5b /find-file/launch-find-file.sh | |
| parent | da59e4b84427f1add813a73472bee2d5b32c210d (diff) | |
find-file
Diffstat (limited to 'find-file/launch-find-file.sh')
| -rwxr-xr-x | find-file/launch-find-file.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/find-file/launch-find-file.sh b/find-file/launch-find-file.sh new file mode 100755 index 0000000..3e33032 --- /dev/null +++ b/find-file/launch-find-file.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd) + +broot --conf $SCRIPT_DIR/file.toml |
