itsjunetime / smserver

An app to allow Jailbroken iPhones to send texts & attachments from their browser
GNU General Public License v3.0
157 stars 26 forks source link

Set first ProgramArgument to the full file path #144

Closed FoleyDiver closed 1 year ago

FoleyDiver commented 2 years ago

By convention, the first argument when calling a program is either the file name or the full path to the binary. This stack exchange question has some good info:

https://unix.stackexchange.com/questions/187666/why-do-we-have-to-pass-the-file-name-twice-in-exec-functions

Just wanted to help demystify it and remove that comment 😄 . Let me know if I'm out of line.

FoleyDiver commented 1 year ago

Bump @iandwelker (sorry)

itsjunetime commented 1 year ago

@FoleyDiver So sorry that I've been ignoring this - I haven't been actively maintaining this project recently but this is a valuable addition, thanks for submitting it. If you'd still like to get it merged in, I'd be happy to re-open and merge this in.

FoleyDiver commented 1 year ago

No worries at all. Sure, feel free to re-open and merge.