docmachine-containers/docker/entrypoint.sh

7 lines
56 B
Bash
Executable file

#!/bin/sh
ARGS="$*"
echo "Arguments: $ARGS"
make "$0"