Clean up scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7e11ded7f6
commit
61012463fe
29 changed files with 49 additions and 451 deletions
|
@ -1,17 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# submodule-update
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Updates the submodules in all Git repositories in this folder and creates a
|
||||
# new commit and pushes it. Only when there are no staged changes pending.
|
||||
#
|
||||
# USAGE:
|
||||
# ./submodule-update
|
||||
|
||||
. utils
|
||||
|
||||
START_DIR=$(pwd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue