mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2024-11-18 16:11:36 +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"
|