merged conf/fs.conf: file.cat
authorTomas Zeman <tzeman@volny.cz>
Mon, 05 Aug 2013 16:35:00 +0200
changeset 27 e8cb759c60b4
parent 25 4cbcc8af8481 (current diff)
parent 26 48810ea292c2 (diff)
child 28 7cccb5cf738b
merged conf/fs.conf: file.cat
conf/fs.conf
--- a/conf/fs.conf	Tue Jul 09 12:08:33 2013 +0200
+++ b/conf/fs.conf	Mon Aug 05 16:35:00 2013 +0200
@@ -12,3 +12,6 @@
 # Returns 0 if bzip2 test of file $1 passed.
 # Note: can't use just return code ($?) as bzip2 is too forgiving to corrupt archives.
 UserParameter=bzip2.test[*],bzip2 -q -t $1 2>&1|wc -l
+
+# Returns file's content
+UserParameter=file.cat[*],cat $1