prima-tracing 0.17.0

Prima.it opentelemetry standard library
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

if [ "$1" == "mix" ]; then
  exec "$@"
else [ -n "$1" ];
  sh -c "$@"
fi