support hashed passwords; closes #39

This commit is contained in:
ed 2023-06-25 21:50:33 +00:00
parent cb75efa05d
commit e197895c10
14 changed files with 324 additions and 27 deletions

View file

@ -16,6 +16,8 @@ cat $f | awk '
h=0
};
};
/```/{o=!o}
o{next}
/^#/{s=1;rs=0;pr()}
/^#* *(nix package)/{rs=1}
/^#* *(install on android|dev env setup|just the sfx|complete release|optional gpl stuff|nixos module)|`$/{s=rs}