Skip to content

Instantly share code, notes, and snippets.

@zonca
Created October 24, 2024 05:49
Show Gist options
  • Save zonca/f0515d19a6d9bce1a2f1f4f936887ad1 to your computer and use it in GitHub Desktop.
Save zonca/f0515d19a6d9bce1a2f1f4f936887ad1 to your computer and use it in GitHub Desktop.
for telescope in SAT CHLAT
do
for pol in T E B
do
URL=$(gh gist create --public "out_plot_cl/plot_cl_${telescope}_${pol}.ipynb")
echo "* [${telescope} ${pol}](${URL/gist.github.com/nbviewer.org\/gist})" >> README.md
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment