Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-04 20:13:02 +03:00
parent 29cd9bc780
commit d8cdb6de04

View File

@ -1,16 +1,20 @@
#!/bin/bash #!/bin/bash
# #
# This does not care about actual topology of the archive directory that #######################################################################
# is passed it, it will find all the supported raw files and create the #
# apropriate directories one level up. # This does not care about actual topology of the archive directory
# that is passed it, it will find all the supported raw files and
# create the apropriate directories one level up.
# #
# #
# XXX check the edge case where the passed dir directly contains the raw # XXX check the edge case where the passed dir directly contains the
# files... # raw files...
# ..should nest the output dirs withing the passed dir and not # ..should nest the output dirs withing the passed dir and not
# leak them to the same level... # leak them to the same level...
# XXX document this case... # XXX document and test this case better...
# #
#
#######################################################################
# CPU threads to keep free... # CPU threads to keep free...
KEEP_FREE=2 KEEP_FREE=2