mtgimage does not fail if there are no file to convert
parent
2c2f998022
commit
5a8c97669d
2
Makefile
2
Makefile
|
@ -658,7 +658,7 @@ src/magic/MurmurHash3.java:
|
|||
|
||||
mtgimage:
|
||||
grep mtgimage -L `grep token= -L release/Magarena/scripts/*.txt` | parallel awk -f scripts/set_image.awk {} '>' {.}.img
|
||||
ls -1 release/Magarena/scripts/*.img | parallel mv {} {.}.txt
|
||||
-ls -1 release/Magarena/scripts/*.img | parallel mv {} {.}.txt
|
||||
|
||||
incoming:
|
||||
grep -o https.* .hg/hgrc | parallel -j0 -k hg incoming {}
|
||||
|
|
Loading…
Reference in New Issue