mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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" |