Skip to content
Snippets Groups Projects
launch.sh 248 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    # screen -dmS calque_metro python3 main.py computeAll 5
    
    python3 main.py initCommunes
    # python3 main.py initGrid
    # python3 main.py initDatas
    # python3 main.py computeFactors
    # python3 main.py computeIndices
    # python3 main.py computeAll