gpg-build/entrypoint.sh

6 lines
47 B
Bash
Executable File

#!/bin/bash -e
bash -c "/build.sh $*"
exit 0