5 lines
103 B
Bash
Executable file
5 lines
103 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
FILEPATH=$1
|
|
|
|
tools/gbagfx/gbagfx graphics/$FILEPATH.bin.lz graphics/$FILEPATH.bin
|