arch/git-pull
2021-09-09 13:38:03 +02:00

6 lines
221 B
Bash
Executable File

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