aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/ndiff
blob: 10af0b393097e8fc93fdd25bc9e68fc669738097 (plain) (blame)
1
2
3
4
5
6
7
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')