pthbs

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

gen-filelist-sha256 (101B)


      1 #!/bin/sh
      2 busybox find "$@" -type f -print0 | busybox sort -z | busybox xargs -0r busybox sha256sum