mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
29cd9bc780
commit
d8cdb6de04
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user