1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/bin/on-changes

9 lines
95 B
Plaintext
Raw Normal View History

2017-01-06 14:50:11 +02:00
#! /usr/bin/env bash
#
# Prelude
#
set -euo pipefail
[[ $(git diff --name-only) == *"$1"* ]]