Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
update-submodules.sh 237 B
#!/usr/bin/env bash

git submodule foreach "git pull origin master"
git add client-android \
        client-ios \
        client-macosx \
        client-qt \
        client-uwp \
        daemon \
        lrc \
        plugins
git commit