mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-28 22:33:46 +00:00
5 lines
130 B
Bash
5 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
addr=`grep kPitchDarkBinaryAddress src/constants.a | cut -d"$" -f2`
|
||
|
sed -i -e "s/kPitchDarkBinaryAddress/$addr/g" "$1"
|