arch/git-pull

5 lines
175 B
Plaintext
Raw Normal View History

2021-07-01 12:42:16 +02:00
#!/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'