mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
6 lines
154 B
Bash
Executable File
6 lines
154 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 recipes)
|