build.sh 118 B

1234
  1. newest_file="$(find ./ -type f -printf "%T@ %p\n" | sort -n | cut -d' ' -f 2- | tail -n 1)"
  2. set -x
  3. ruby $newest_file