scripts/util/dquote
2025-12-05 14:16:17 -05:00

5 lines
70 B
Shell

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