Skip to content
Snippets Groups Projects
Commit a0635fff authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

quickstart: Set set -ex in all quickstart scripts.

parent 9302b06a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -ex
echo "************************************************************"
echo " 01_download_example_data.sh"
echo "************************************************************"
......
#!/bin/bash
#set -ex
set -ex
echo "************************************************************"
echo " 02_create_ckdtree.sh "
......
#!/bin/bash
set -ex
echo "************************************************************"
echo " 03_pyic_fig_and_sec.sh "
echo "************************************************************"
......
#!/bin/bash
set -ex
echo "************************************************************"
echo " 04_notebook_plotting.sh "
echo "************************************************************"
......
#!/bin/bash
set -ex
echo "************************************************************"
echo " 05_notebook_calculations.sh "
echo "************************************************************"
......
#!/bin/bash
set -ex
echo "************************************************************"
echo " 06_quickplots.sh "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment