arch/git-pull
2021-07-01 12:42:16 +02:00

5 lines
175 B
Bash
Executable File

#!/bin/bash
git pull || exit $?
git submodule foreach 'if git pull | grep '\''^Updating'\''; then printf " %s" "$(basename $sm_path)" >> $toplevel/build-pkg/pkglist.tmp; fi'