conf/fs.conf: added file.cat
authorTomas Zeman <tzeman@volny.cz>
Wed, 01 Jun 2011 14:32:27 +0200
changeset 26 48810ea292c2
parent 13 fd71994b6ce0
child 27 e8cb759c60b4
conf/fs.conf: added file.cat
conf/fs.conf
--- a/conf/fs.conf	Sun May 15 09:22:03 2011 +0200
+++ b/conf/fs.conf	Wed Jun 01 14:32:27 2011 +0200
@@ -9,3 +9,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