5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
|
|
git submodule update --remote --merge
|
|
git commit
|
#!/bin/bash
|
|
|
|
git submodule update --remote --merge
|
|
git commit
|