Files
dotfiles/scripts/scripts/cmt

9 lines
141 B
Bash
Executable File

#!/bin/zsh
# adapted from...
# https://github.com/rwxrob/dot/blob/main/scripts/cmt
while IFS= read -r line; do
echo "${1:-#} $line"
done