Move to gnu stow
This commit is contained in:
parent
cd08a447a8
commit
9ea93f8144
120 changed files with 994 additions and 53 deletions
9
init_submodules
Executable file
9
init_submodules
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Go to script dir
|
||||
cd "$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
git submodule init
|
||||
git submodule update --force --recursive --init --remote
|
||||
git submodule foreach "git checkout master"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue