Files
dotfiles/scripts/scripts/cmt
2021-12-31 16:43:37 -05:00

9 lines
142 B
Bash
Executable File

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