Initial commit
This commit is contained in:
9
save_patch.sh
Executable file
9
save_patch.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
sync() (
|
||||
cd "$1" && git diff > "../patch/$1.patch"
|
||||
)
|
||||
|
||||
sync eslint-plugin-import
|
||||
sync eslint-plugin-jsx-a11y
|
||||
sync eslint-plugin-react
|
||||
sync jsx-ast-utils
|
Reference in New Issue
Block a user