Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save stv-io/2eaf0741fbaa63e8f9cd11206335f7df to your computer and use it in GitHub Desktop.
aws-cloudshell-addons-v0.1
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
gron --version
export AWS_PAGER=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment