compile_all_bins.sh 102 B

123
  1. #!/bin/sh
  2. bins="$(find bin -maxdepth 1 | tail -n+2 | sed 's,bin/,,' | tr '\n' ' ')"
  3. make BINS="$bins"