Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

index.rst

Blame
  • push_subtrees.sh 209 B
    #!/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