aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/ndiff
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts/ndiff')
-rwxr-xr-xuser-scripts/ndiff8
1 files changed, 8 insertions, 0 deletions
diff --git a/user-scripts/ndiff b/user-scripts/ndiff
new file mode 100755
index 0000000..10af0b3
--- /dev/null
+++ b/user-scripts/ndiff
@@ -0,0 +1,8 @@
+#!/usr/bin/env sh
+
+# Description: File and directory diff using vimdiff
+#
+# Shell: POSIX compliant
+# Author: Arun Prakash Jana
+
+vimdiff $(cat ~/.nnncp | tr '\0' '\n')