This commit is contained in:
Marc Beninca 2024-11-19 14:42:11 +01:00
parent 14e9e52362
commit 8fae0bd63e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
30 changed files with 269 additions and 269 deletions

View file

@ -1,5 +1,5 @@
b() { sa__bat "${@}"; }
sa__bat() {
b() { a__bat "${@}"; }
a__bat() {
batcat \
"${@}"
}