Devessier / ssl

Clone of openssl in C for 42 School
GNU General Public License v3.0
0 stars 0 forks source link

Launch REPL when no arguments are provided #22

Closed Devessier closed 3 years ago

Devessier commented 3 years ago

We created a basic shell providing quoting feature. We got inspired by openssl behaviour. We handle quoting because without it the shell is quite useless.

Closes #21