Skip to content
Snippets Groups Projects
Select Git revision
  • 4d72ef75ec263331da0930498576dfb10faaff8e
  • master default
  • next_version
  • laurent-change.log
  • Documentation_homogeneisation
  • HEAD
  • 2021.02.02
  • 2021.02.01
  • 2021.02.00
  • 2021.01.00
  • 2020.02.02
  • 2020.02.01
  • 2020.02.00
  • 2020.01.05
  • 2020.01.04
  • 2020.01.03
  • 2020.01.02
  • 2020.01.01
  • 2020.01.00
  • 2019.03.00
  • 2019.02.07
  • 2019.02.06
  • 2019.02.05
  • 2019.02.04
  • 2019.02.03
  • 2019.02.02
26 results

copy_hooks.sh

Blame
  • copy_hooks.sh 171 B
    #!/bin/bash
    #
    #
    # 	Script de mise à jour des hooks client
    #
    #
    #
    
    
    if [ -d "githooks" ]; then
    	if [ -d "../.git/hooks" ]; then
    	    cp -f githooks/* ../.git/hooks/
    	fi
    fi