build.sh 128 B

123456
  1. #!/bin/sh
  2. newest_file="$(find ./ -type f -printf "%T@ %p\n" | sort -n | cut -d' ' -f 2- | tail -n 1)"
  3. set -x
  4. bun $newest_file