pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

pthbs-digest-tree (132B)


      1 #!/bin/sh
      2 if test -n "$1"; then
      3 	cd "$1" || exit $?
      4 fi
      5 busybox find -print0 | busybox sort -z | busybox xargs -0 pthbs-digest-files