Skip to content
Snippets Groups Projects
Select Git revision
  • ae30e16076bced2360a0a6cf0040af882c968088
  • main default protected
  • dev
3 results

autocorrelations.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    submodule-and-lfs.sh 307 B
    #!/bin/bash
    #
    # Copyright (C) 2025 ASTRON (Netherlands Institute for Radio Astronomy)
    # SPDX-License-Identifier: Apache-2.0
    #
    
    if [ ! -f "setup.sh" ]; then
      echo "submodule-and-lfs.sh must be executed with repository root as working directory!"
      exit 1
    fi
    
    mkdir -p .git/hooks/
    cp bin/hooks/* .git/hooks/