1#!/bin/bash 2if git show --name-only --pretty=format: $1 | grep api/ > /dev/null; then 3 python tools/apilint/apilint.py <(git show $1:api/current.txt) <(git show $1^:api/current.txt) 4fi 5