mirror of
https://github.com/mr0xb/scripts.git
synced 2026-08-27 19:34:57 -04:00
5 lines
70 B
Shell
5 lines
70 B
Shell
#!/usr/bin/env bash
|
|
|
|
while read -r line; do
|
|
echo "\"$line\","
|
|
done
|