mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -04:00
7 lines
64 B
Bash
Executable File
Vendored
7 lines
64 B
Bash
Executable File
Vendored
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd "$(dirname "${1}")"
|
|
"$2" | diff "${1}" -
|