Skip to content

Commit

Permalink
;tools:bake dbgstrs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Nov 8, 2023
1 parent 378f0a0 commit 0b192cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bake
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ lastweek() {
echo
}

# Show a bunch of debug message strings.
dbgstrs() {
rg --sort path -t hs 'dbg.*?(".*")' -r '$1' -o
}

if declare -f "$1" > /dev/null; then "$@"; else usage; fi

# ** notes
Expand Down

0 comments on commit 0b192cf

Please sign in to comment.