5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
BINDIR=`dirname \`realpath "${0}"\``
|
|
REPODIR=`realpath ${BINDIR}/..`
|
|
git -C "${REPODIR}" submodule update --remote --merge
|