mirror of
https://github.com/stevenhowes/MXDiag.git
synced 2026-05-27 04:01:10 +01:00
Initial Changes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ALL=
|
||||
while IFS=, read -r col1 col2
|
||||
do
|
||||
ALL=$ALL$col1,
|
||||
done < dtc.csv
|
||||
echo -n $ALL | sed 's/.$//'
|
||||
|
||||
Reference in New Issue
Block a user