Skip to content

Instantly share code, notes, and snippets.

@matthewboman
Created May 12, 2021 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewboman/f3f1dd1a9de91602dfa70e1745d9b4ec to your computer and use it in GitHub Desktop.
Save matthewboman/f3f1dd1a9de91602dfa70e1745d9b4ec to your computer and use it in GitHub Desktop.
xor stem download
#!bin/bash
STEMS=('s1' 's2' 's4')
for STEM in "${STEMS[@]}";
do
curl -s "https://exclusive-or.io/stems/$STEM.tar.xz" | tar -xJv
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment