3 lines
137 B
Bash
3 lines
137 B
Bash
|
|
#!/bin/sh
|
||
|
|
montage -tile 4x0 -geometry +0+0 block* collectible-orange.png obstacle-* sphere-blue* transwall.png map.png && okular map.png
|