diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rwxr-xr-x | euro-diff | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..12bcb23 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +data/coins diff=euro-diff diff --git a/euro-diff b/euro-diff new file mode 100755 index 0000000..7022bba --- /dev/null +++ b/euro-diff @@ -0,0 +1,3 @@ +#!/bin/sh + +euro-diff "$2" "$5" |