Strategies for finding binary dependencies
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve specifiers

+1 -1
+1 -1
bin/dl-wheels
··· 16 16 17 17 while read name; do 18 18 printf "\n" 19 - printf "——→ [%04d] %s\n" "${idx}" "${name}" 19 + printf "——→ [%06d] %s\n" "${idx}" "${name}" 20 20 name_sanitized="${name//-/_}" 21 21 if ls "${wheel_dir}/${name_sanitized}"* >/dev/null 2>&1; then 22 22 printf "→ Wheel already found, skipping %s\n" "${name}"