nix-tools/bin/signpkgs
2014-10-04 08:27:55 +02:00

3 lines
73 B
Bash
Executable file

#!/bin/bash
find . -maxdepth 1 -name '*.pkg.tar.xz' -exec signpkg {} \;