#!/bin/bash

(./wcTemplate greetings.txt | sort> out1) && (./wcVoidExample greetings.txt | sort> out2) && \
		diff out1 out2

