This commit is contained in:
fred 2025-06-18 13:26:52 -07:00
parent 1ad241d6e1
commit cfbdca17d8
3 changed files with 94 additions and 1 deletions

View file

@ -10,6 +10,8 @@ find_or_open(){
fi
}
# this can either be sourced by buttons.sh or run as a standalone script
# when running as a standalone, execute it:
if [[ -n $1 ]]; then
find_or_open "$1"
fi