diff --git a/count-message.sh b/count-message.sh index 7d496cb..3e8d42f 100755 --- a/count-message.sh +++ b/count-message.sh @@ -9,6 +9,7 @@ then echo "Usage: $0 [Directory of text messages]" exit 1 fi +# TODO work on db directly echo -e "Filename\tCounts of message\tCounts of chars\tCounts of words" diff --git a/legacy/compatibility.sh b/legacy/compatibility.sh new file mode 120000 index 0000000..8bcf3f5 --- /dev/null +++ b/legacy/compatibility.sh @@ -0,0 +1 @@ +../compatibility.sh \ No newline at end of file