scripts/util/dquote
2025-12-05 15:46:07 -05:00

5 lines
70 B
Shell
Executable file

#!/usr/bin/env bash
while read -r line; do
echo "\"$line\","
done