Tuesday's improvements plus cli script

Change-Id: Ieba2d2e2ac97ff8f599780d9185a8be239b7bc68
diff --git a/TestON/bin/demo-summary b/TestON/bin/demo-summary
index 2f90a55..4ba8c05 100755
--- a/TestON/bin/demo-summary
+++ b/TestON/bin/demo-summary
@@ -13,5 +13,5 @@
     printf "\t-f     : Tails the summary file and updates as the file is written to.\n\n"
     exit 1
 fi
-ls -t ~/OnosSystemTest/TestON/logs/*/*${file}.txt | head -1 | xargs tail -n+1 -f
+tail -F /home/admin/ONS16/DemoCode.txt
 exit 0