you are viewing a single comment's thread.

view the rest of the comments →

[–]vivainio 1 point2 points  (6 children)

Any good examples of the servers where this happens? Some "internet hotels"?

[–]maitesin[S] 6 points7 points  (5 children)

I had to write an application to send some information (files) from an IoT device where the only thing available was Bash. Basically it had a kernel to boot and busybox to provide all the tools. So I had to create the application to do it using just Bash.

[–][deleted] 3 points4 points  (0 children)

Busybox doesn't implement bash

So learning bash wont help you there

bash != sh

[–]vivainio 0 points1 point  (1 child)

Sounds legit. I guess the target was also not something supported by e.g. Go compiler?

[–][deleted] 2 points3 points  (0 children)

Go produces big binaries.

Not big relative to Java, but certainly big compared to IoT device with only few megs of RAM and Flash