Skip to content
Snippets Groups Projects
Commit 2e026c10 authored by Armand Bahi's avatar Armand Bahi
Browse files

Add pull.sh

parent 37d37d03
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ if [ `whoami` == "root" ]; then ...@@ -11,7 +11,7 @@ if [ `whoami` == "root" ]; then
echo "Please, do not run this script as sudo" echo "Please, do not run this script as sudo"
else else
cd utils/ cd utils/
# ./init_symlinks.sh ./init_symlinks.sh
./pull_subtrees.sh ./pull_subtrees.sh
./copy_hooks.sh ./copy_hooks.sh
......
pull.sh 0 → 100644
#!/bin/bash
#
#
# Script d'initialisation d'un dépot vMap versionné sous git
# Initislise l'ensemble des dépendances sous forme de subtrees
# Crée des symlinks pour re-créer l'arborescence de l'application
#
#
if [ `whoami` == "root" ]; then
echo "Please, do not run this script as sudo"
else
cd utils/
./pull_subtrees.sh
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment