initial commit

This commit is contained in:
mr0xb 2025-12-05 14:16:17 -05:00
commit 62156a1d85
9 changed files with 68 additions and 0 deletions

5
util/dquote Normal file
View file

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