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