6 lines
163 B
Bash
Executable file
6 lines
163 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# This script print the recipe configuration files with determined text
|
|
|
|
bat --decorations=always $(rg "$1" -li --sort=path cookbook/recipes)
|