Skip to content
Snippets Groups Projects
Select Git revision
  • 4903922e9d923c1a77c797125cbca78e456c2899
  • master default protected
  • albertpiwonski-master-patch-57409
  • quadspheres
  • fix_Tmatrix_code_epsr_background
  • albertpiwonski-master-patch-12427
  • cavity
  • c1
8 results

topopt_conical_clean.sh

Blame
  • topopt_conical_clean.sh 473 B
    #!/bin/bash
    # File : topopt_conical_clean.sh
    # Clean the folder by deleting all the files created by the computation
    
    rm *.msh 2> /dev/null
    rm *.txt 2> /dev/null
    rm *.npz 2> /dev/null
    rm *.dat 2> /dev/null
    rm *.pre 2> /dev/null
    rm *.out 2> /dev/null
    rm *.pdf 2> /dev/null
    rm *.pos 2> /dev/null
    rm *.png 2> /dev/null
    rm *.jpg 2> /dev/null
    rm *.mp4 2> /dev/null
    rm -rf topopt_conical_wavelength* 2> /dev/null
    rm -rf __pycache__/ 2> /dev/null
    rm -rf res_conical/ 2> /dev/null