mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 14:30:56 +00:00
8 lines
147 B
Bash
8 lines
147 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
input_files="gfx/conback.lmp default.cfg"
|
||
|
output_pak="quakespasm.pak"
|
||
|
|
||
|
#can use qpakman to generate
|
||
|
qpakman $input_files -o $output_pak
|