Skip to content
Snippets Groups Projects
Commit b954b34b authored by Florent Gluck's avatar Florent Gluck
Browse files

Added two shell scripts in tools: devices_umounter and devices_watcher

parent 31a3954b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
while [ 1 ]; do
./umount_multi a b c d e f g h i j k l m n o p q r s t u v w x y z
sleep 1
done
#!/bin/bash
watch -n 1 "lsblk|grep sd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment