f4pga-examples/eos-s3/entrypoint.sh

7 lines
129 B
Bash
Raw Normal View History

2021-12-02 02:08:02 -05:00
#!/bin/bash
# activate the environment
source activate eos-s3
# exec the cmd/command in this process, making it pid 1
exec "$@"