Skip to content

Instantly share code, notes, and snippets.

@pwmcintyre
Created November 18, 2020 04:40
Show Gist options
  • Save pwmcintyre/4eebd2e48bb19381da1c405a4c98999f to your computer and use it in GitHub Desktop.
Save pwmcintyre/4eebd2e48bb19381da1c405a4c98999f to your computer and use it in GitHub Desktop.
start AWS Xray local
xray:
cd /tmp \
&& [ -d "./xray" ] || ( \
curl -O https://s3.dualstack.us-east-2.amazonaws.com/aws-xray-assets.us-east-2/xray-daemon/aws-xray-daemon-macos-3.x.zip \
&& unzip -d xray aws-xray-daemon-macos-3.x.zip \
) \
&& cd xray \
&& ./xray_mac -o -n us-west-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment