#!/bin/bash sync() ( cd "packages/$1" && git diff HEAD > "../../patch/$1.patch" ) sync eslint-plugin-jsx-a11y sync eslint-plugin-n sync jsx-ast-utils