X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=gearman%2Flist_files;h=4be8768dc282d55ca9602daa484834901b7c918f;hb=1e0d4334c75e1f93d57cfe8a5c06c38ad6f0b1f4;hp=ff11c696d933b020cccb68606381325306262df5;hpb=e7b164655d48c56eea9ccdf4bb851d610c4965eb;p=cloudstore.git diff --git a/gearman/list_files b/gearman/list_files index ff11c69..4be8768 100755 --- a/gearman/list_files +++ b/gearman/list_files @@ -1,6 +1,8 @@ #!/bin/sh while read path ; do + echo `date +%Y-%m-%d.%H:%M:%S`" list_files [$path]" >&2 + eval path=$path # expand ~ if [ -e $path/.meta/files ] ; then cat $path/.meta/files else