Created
October 24, 2024 05:49
-
-
Save zonca/f0515d19a6d9bce1a2f1f4f936887ad1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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