entrypoint.sh 32 B

12345
  1. #!/bin/sh
  2. ipfs init
  3. exec "$@"