Skip to content
Snippets Groups Projects
Select Git revision
  • 8822180ed3f46c6a9acd2a08975f4cff3451968e
  • 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

push_subtrees.sh

Blame
  • push_subtrees.sh NaN GiB
    #!/bin/bash
    #
    #
    # 	Envoie les modifications de l'application sur les modules
    #
    #
    
    if [ `whoami` == "root" ]; then
        echo "Please, do not run this script as sudo"
    else
        cd utils/
        ./push_subtrees.sh
    fi