wiki.techinc.nl/tests/phpunit/includes/diff/TextDiffer/externalDiffTest.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
64 B
Bash
Raw Normal View History

#!/bin/sh
printf '%s' '- '
cat $1
echo
printf "+ "
cat $2
echo