From 14873929655fb6aa72e3ed5efb05811dac48ea85 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Fri, 22 Jul 2011 16:12:30 +0200 Subject: [PATCH] extend documentation to unified shell scripts --- shell_scripts/browser_queries | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell_scripts/browser_queries b/shell_scripts/browser_queries index 4446fee..f9fcfa8 100755 --- a/shell_scripts/browser_queries +++ b/shell_scripts/browser_queries @@ -1,11 +1,11 @@ #! /usr/bin/env bash # TODO -# test with recall feeds +# support with recall feeds # #MemorizationDay from memorizationfeed.xml # #BehaviorRecallDay from recallfeed.xml -# #PreparationDay from preparationfeed.xml -# which should solely be internal, to fix +# #PreparationDay from preparationfeed.xml +# e.g. 'SELECT url,title,visit_count FROM moz_places WHERE url LIKE "%#%Day%"' # make the requests actually work # simplify the syntax # handle parameters instead of the implicit --all