Welcome to mirror list, hosted at ThFree Co, Russian Federation.

diff.sh « tools - github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef0337426e0ef1a19697cf3d97c4ed774ddf9eae (plain)
1
2
3
#!/bin/bash
[[ "$#" -eq 2 ]] && >&2 echo "Command: $(realpath $0) $(realpath -m $1) $(realpath -m $2)"
diff $1 $2