diff --git a/showunique b/showunique new file mode 100755 index 0000000..d884d97 --- /dev/null +++ b/showunique @@ -0,0 +1,63 @@ +#!/bin/bash + +if [ "$1" == "--help" -o "$1" == "-h" ]; then + cat <