From db09a105cc3b263ee41403b6a7f877357fa284c7 Mon Sep 17 00:00:00 2001 From: Oleksandr Posukhov Date: Thu, 18 Nov 2021 11:46:57 +0200 Subject: [PATCH] TASK2: Add bash task Add description for bash task Signed-off-by: Oleksandr Posukhov --- 02_bash/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 02_bash/README.md 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'