scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e9d8d5e7e580fb00c5acf46d5dab3428539383c9
parent d4c6683904f73ce8d8913968ebb091cace6968e9
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  7 Sep 2025 17:11:24 -0500

Updated abduco script again to use abduco's compile default for cmd execution on startup.

Diffstat:
Mabduco.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abduco.sh b/abduco.sh @@ -35,7 +35,7 @@ if [ -n "$1" ]; then # directory name w/o full path dirWO=$(echo $directory | sed "s/\// /g"| cut -c 2- | awk '{print $NF}') - st -e abduco -A "$dirWO" bash + st -e abduco -A "$dirWO" else SELECTION=$(abduco | tr '*' ' ' | awk '{print $5}' | tail -n+2 | fzf --print-query) abduco -A $SELECTION