Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
damian2000
on Aug 17, 2012
|
parent
|
context
|
favorite
| on:
Initial revision of "git", the information manager...
Gotta love this password handling bit ...
pw = getpwuid(getuid());
if (!pw) usage("You don't exist. Go away!");
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
pw = getpwuid(getuid());
if (!pw) usage("You don't exist. Go away!");