ls -1 examples/*.cr | xargs -P 16 -I{} crystal build --release {}
Sometimes this does not work well.
Could there be some kind of conflict?
Does anyone know about this?
ls -1 examples/*.cr | xargs -P 16 -I{} crystal build --release {}
Sometimes this does not work well.
Could there be some kind of conflict?
Does anyone know about this?