Skip to content
Snippets Groups Projects
Select Git revision
  • 138ce99c639c78a609eaabf290a8d83b3815c5b0
  • master default protected
  • v0.2.0
  • v0.1.0
4 results

Zalpha_Zscore.R

Blame
  • socpull 570 B
    #-----------------------------------------------------------------------------
    # SoC Labs SoCPull Script 
    # - Pull latest updates to all Repositories in a project
    # A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
    #
    # Contributors
    #
    # David Mapstone (d.a.mapstone@soton.ac.uk)
    #
    # Copyright  2023, SoC Labs (www.soclabs.org)
    #-----------------------------------------------------------------------------
    #!/bin/bash
    
    # Update all Submodules to latest commit
    cd $SOCLABS_DESIGN_ROOT; git pull; git submodule foreach --recursive git pull