docmachine/docker/entrypoint.sh

7 lines
56 B
Bash
Raw Normal View History

2021-10-10 09:21:36 +00:00
#!/bin/sh
ARGS="$*"
echo "Arguments: $ARGS"
make "$0"