Skip to content

Instantly share code, notes, and snippets.

@doloopwhile
Last active December 17, 2015 06:39
Show Gist options
  • Save doloopwhile/5567270 to your computer and use it in GitHub Desktop.
Save doloopwhile/5567270 to your computer and use it in GitHub Desktop.
【navona】JavaScriptの、古いブラウザでエラーになるパターンを警告する
#!/bin/bash
DIRS=(
$(git rev-parse --show-toplevel)/navona/MailInspector/mi/lib
$(git rev-parse --show-toplevel)/navona/MailInspector/mi/resources
$(git rev-parse --show-toplevel)/navona/MailInspector/mi/mi
$(git rev-parse --show-toplevel)/navona/MailInspector/mi/sys/agent
)
pcregrep -r -M ',\s*}' ${DIRS[@]}
if [ $? -ne 1 ]; then
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment