ab-netcat/entrypoint.sh

9 lines
52 B
Bash
Raw Normal View History

2020-02-07 06:14:56 -07:00
#!/bin/sh
#
### run supplied CMD
#
exec "$@"
#EOF