8 lines
97 B
Bash
Executable file
8 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cat \
|
|
brita.tiles \
|
|
under.tiles \
|
|
u5tiles.indexed \
|
|
u5tiles.clut \
|
|
> tiles.bin
|