build.sh 216 B

12345678910
  1. #!/bin/sh
  2. newest_dir="$(find ./ -type f -printf "%T@ %p\n" \
  3. | sort -n \
  4. | cut -d' ' -f 2- \
  5. | tail -n 1 \
  6. | xargs dirname)"
  7. sh $newest_dir/build.sh