Skip to content

Commit

Permalink
TASK2: Add bash task
Browse files Browse the repository at this point in the history
Add description for bash task

Signed-off-by: Oleksandr Posukhov <[email protected]>
  • Loading branch information
Oleksandr Posukhov committed Nov 18, 2021
1 parent ad87954 commit db09a10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 02_bash/README.md
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit db09a10

Please sign in to comment.