Skip to content

Instantly share code, notes, and snippets.

View mathieu-benoit's full-sized avatar
🚲
learn it all

Mathieu Benoit mathieu-benoit

🚲
learn it all
View GitHub Profile
#!/bin/bash
SCORE_COMPOSE_VERSION=$(curl -sL https://api.github.com/repos/score-spec/score-compose/releases/latest | jq -r .tag_name)
wget https://github.com/score-spec/score-compose/releases/download/${SCORE_COMPOSE_VERSION}/score-compose_${SCORE_COMPOSE_VERSION}_linux_amd64.tar.gz
tar -xvf score-compose_${SCORE_COMPOSE_VERSION}_linux_amd64.tar.gz
sudo chmod +x score-compose
sudo mv score-compose /usr/local/bin
rm score-compose_${SCORE_COMPOSE_VERSION}_linux_amd64.tar.gz
rm LICENSE
rm README.md
@mathieu-benoit
mathieu-benoit / humctl-dev-demo.sh
Last active October 25, 2024 11:33
humctl-dev-demo
#!/bin/bash
# setup
if [ ! -f demo-magic.sh ]; then
curl -LO https://github.com/paxtonhare/demo-magic/raw/master/demo-magic.sh
fi
. demo-magic.sh -d #-n
clear
# demo cleanup