Start on json script

This commit is contained in:
Mikkel Hjortshoej
2020-04-11 19:55:20 +02:00
parent c9bec10a8e
commit a615402d7c
3 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
FILE_IDS=$(b2 ls --long odin-binaries nightly | cut -d ' ' -f 1)
while IFS= read -r line; do
echo "... $line ..."
done <<< "$list"