Files
i2p.scripts/source/review.sh
2020-10-18 20:41:16 +00:00

8 lines
142 B
Bash
Executable File

#! /bin/sh
#
# view the diff for the files listed in filelist.txt
# zzz 2008-10
#
mtn dif `cat filelist.txt` > out.diff 2>&1
$EDITOR out.diff