diff --git a/02_bash/README.md b/02_bash/README.md new file mode 100644 index 0000000..428a0bc --- /dev/null +++ b/02_bash/README.md @@ -0,0 +1,10 @@ +## bash home work: create hot plugged hardware detector +Create the script 'hwdetect.sh' which detects connected hardware. +For monitor hardware from user level please use /dev folder, +output from lsusb and i2detect (optional). +Most interesting devices are: + - USB to TTL convertors, + - flash drives, + - SD cards, + - i2c devices. +Please add your scripts in folder 'hwdetect'