|
|
|
|
|
by throwaway747271
1276 days ago
|
|
People like shell scripts because you have one interface: text For example: you need to write an image to a USB stick.
Python: pretty lengthy
BASH: image > /dev/SDA Both will do exactly the same, but one is a few lines of python the other just one line in bash. |
|
Also it's not right. You need to do something like image.img <cat> /dev/sda