src: add commit-ebuild, new-ebuild and update-submodules
This commit is contained in:
13
src/update-submodules
Executable file
13
src/update-submodules
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
trap 'exit 128' INT
|
||||
export PATH
|
||||
|
||||
|
||||
git submodule update --init --recursive
|
||||
git submodule update --remote --merge
|
||||
git add .
|
||||
git commit -m "submodules update"
|
||||
git pull --verbose
|
||||
git push --verbose
|
Reference in New Issue
Block a user