mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Start on json script
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user