mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 00:46:47 +00:00
5 lines
135 B
Bash
5 lines
135 B
Bash
FILE_IDS=$(b2 ls --long odin-binaries nightly | cut -d ' ' -f 1)
|
|
|
|
while IFS= read -r line; do
|
|
echo "... $line ..."
|
|
done <<< "$list" |