create_ds.sh 195 B

123456789
  1. #! /bin/bash
  2. cd ./is-nose && \
  3. node create_ds.js \
  4. --desc "Test create ng precomputed chunk with single tiff" \
  5. --public 1 \
  6. "single_tiff_ng" > ../output/create_ds.out && \
  7. cd ..