mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
9 lines
95 B
Bash
Executable File
9 lines
95 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
#
|
|
# Prelude
|
|
#
|
|
set -euo pipefail
|
|
|
|
[[ $(git diff --name-only) == *"$1"* ]]
|