aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: cb45439c25423976999636e322162a5c614a34f9 (plain) (tree)
1
2
3
4
5
6
7
8


          

                                                                          

          
                       


                         

                                        






                                                                    
`crypt(1)`
==========

A convenience wrapper for UNIX `crypt(3)`. Includes a manual page and `-h`
output and nothing else.

    $ make
    $ sudo make install

Or put it somewhere else:

    $ make install PREFIX="$HOME"/.local

License
-------

Copyright (c) [Tom Ryder][1]. Distributed under an [MIT License][2].

[1]: https://sanctum.geek.nz/
[2]: https://www.opensource.org/licenses/MIT