I hereby claim:
- I am saurik on github.
- I am saurik (https://keybase.io/saurik) on keybase.
- I have a public key ASC8ckyiTPXpMSPcHcG-TDW4ZIceGE_EPBxBtmSgxVi2CQo
To claim this, I am signing this object:
Process: clang++ [52478] | |
Path: /Users/USER/Library/Android/*/clang++ | |
Identifier: clang++ | |
Version: 9.0.8 (9.0) | |
Code Type: X86-64 (Native) | |
Parent Process: clang++ [52477] | |
Responsible: clang++ [52478] | |
User ID: 501 | |
Date/Time: 2020-01-22 19:40:54.442 -0800 |
I hereby claim:
To claim this, I am signing this object:
#include <pwd.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <sys/types.h> | |
#include <stdio.h> | |
static void check(const char **name, const char *user) { | |
if (*name != NULL || user == NULL) | |
return; |
# Generate | |
generate: (next) -> | |
# Check | |
if DocPad.genetating then return | |
else DocPad.generating = true | |
# Continue | |
path.exists DocPad.options.srcPath, (exists) -> | |
# Check | |
if not exists then throw Error 'Cannot generate website as the src dir was not found' |