#!/bin/sh

#
# netsniff-ng Project
#

files=`find . -type f | egrep "*.nccout$"`

cat $files > Code.map
nccnav

