hipcatkiss
Results
2
issues of
hipcatkiss
`crypt.awk` is old, WIP, no documentation at all. `awk` is a weird choice anyway. If a `bash` solution is appropriate (you said you try to avoid it), I can come...
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html As of now usage of /tmp is hardcoded. Suggested patch: ``` diff --git a/src/Makefile b/src/Makefile index 2968671..451c333 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,8 @@ TARGETS = \...