|
|
|
|
|
by robalni
1323 days ago
|
|
I don't know what you refer to when you talk about the style but it's just how I write code; I try to keep it simple.
Some of the simplicity of the code is possible because it's bash, which both means that I can skip parsing the input (since bash already is made for doing that) and use existing programs like curl and nc. |
|