This commit is contained in:
parent
c449dfcb5f
commit
559939e2f4
49 changed files with 729 additions and 252 deletions
10
.local/bin/scripts/caf
Executable file
10
.local/bin/scripts/caf
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
while [ "$#" -gt 0 ]; do
|
||||
echo "### $1:"
|
||||
echo '```'
|
||||
cat "$1"
|
||||
echo '```'
|
||||
[ "$#" -gt 1 ] && printf "\n\n"
|
||||
shift
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue