Able to push to all git remotes with the one command?

Instead of doing: git push origin --all && git push nodester --all && git push duostack --all Is there a way to do that with just one command? Thanks :)