Add script 'update_git_repositories.sh'.

This commit is contained in:
2017-07-03 02:16:54 +02:00
parent 24c089b8fa
commit c703272f3b
3 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# ----------------------------------------------------
# ---
# - Parameter Settings for Script 'update_git_repositories'
# ---
# ----------------------------------------------------
# - List of directories, which contains git repositories
# -
# - Multiple entries are possible by using a blank separated list
# -
# - Example: GIT_BASE_DIRECTORIES="/usr/local/src /root/bin"
# -
GIT_BASE_DIRECTORIES="/usr/local/src /root/bin"