mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-17 22:22:53 +08:00
7 lines
85 B
Bash
7 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
cd "$(dirname "${1}")"
|
||
|
diff "${1}" <("${2}")
|