6 lines
125 B
Bash
6 lines
125 B
Bash
#!/bin/sh
|
|
# Read in the file of environment settings
|
|
. /$HOME/.splunk-otel-dotnet/instrument.sh
|
|
|
|
# Then run the CMD
|
|
exec "$@" |