Skip to content

Instantly share code, notes, and snippets.

View hypermkt's full-sized avatar

Makoto Chiba hypermkt

View GitHub Profile
@hypermkt
hypermkt / gist:8333495
Last active January 2, 2016 16:59 — forked from doloopwhile/gist:5115016
コメントを追加&自分用に改良
#!/bin/bash
# 文法チェック対象の拡張子
extensions='\.(php)$'
# トップレベルディレクトリを絶対パスで取得 例)/home/hoge/work/
root=$(git rev-parse --show-toplevel)
# 1. コミットに登録されたファイル名一覧を取得
# 2. 指定拡張子のみに絞り込み