Skip to content

Instantly share code, notes, and snippets.

@stv-io
Created January 8, 2024 08:15
Show Gist options
  • Select an option

  • Save stv-io/ebb3036732b4dc156f1b1eeaeb8930d0 to your computer and use it in GitHub Desktop.

Select an option

Save stv-io/ebb3036732b4dc156f1b1eeaeb8930d0 to your computer and use it in GitHub Desktop.
aws-cloudshell-addons-v0.2.sh
#!/bin/bash
tmp_dir="$(mktemp -d)"
cd $tmp_dir
wget https://github.com/tomnomnom/gron/releases/download/v0.7.1/gron-linux-amd64-0.7.1.tgz
tar -xvzf gron-linux-amd64-0.7.1.tgz
sudo mv gron /usr/bin/
cd -
rm -rf $tmp_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment