summaryrefslogtreecommitdiff
path: root/moulixd
diff options
context:
space:
mode:
Diffstat (limited to 'moulixd')
-rwxr-xr-xmoulixd10
1 files changed, 10 insertions, 0 deletions
diff --git a/moulixd b/moulixd
new file mode 100755
index 0000000..42979f3
--- /dev/null
+++ b/moulixd
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+if [ -n "$@" ];
+then
+ echo $1 >> temp1
+ diff $1 $2
+ rm temp1
+else
+ echo "J'ai besoin de 2 arguments pour comparer les résultats."
+fi