dotfiles/.local/bin/code-block
2023-12-03 09:31:23 +01:00

6 lines
52 B
Bash
Executable File

#!/bin/sh
printf '```%s\n' "$1"
cat
printf '```\n'