From fcde19dc23b10201d4ac3e92c764638762cff15b Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Mon, 8 Feb 2016 10:38:38 -0500 Subject: [PATCH] update --- count-message.sh | 1 + legacy/compatibility.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 legacy/compatibility.sh 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