5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/sh
|
||
|
echo "#"
|
||
|
echo "#define OFFSET $2"
|
||
|
echo "#include \"$1\""
|