| changeset 27 | e8cb759c60b4 |
| parent 16 | 8dd31c2c72a5 |
| parent 26 | 48810ea292c2 |
--- 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