Hacker News new | ask | show | jobs
by zokier 1064 days ago
neat. one little pedantic note, argsh requires all arguments to be valid unicode strings while I think at least Linux allows argv to be arbitrary sequences of non-zero bytes. But then I really hope there are not many cases where that is relevant consideration.
1 comments

Good point, I'll add that to the README next time I touch it. To warn off those who were thinking about passing jpegs via argv ;-)