ab-netcat/entrypoint.sh

9 lines
52 B
Bash
Executable File

#!/bin/sh
#
### run supplied CMD
#
exec "$@"
#EOF