Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bhalilov on github.
  • I am spof (https://keybase.io/spof) on keybase.
  • I have a public key ASCy3uqDM2P2SpacuIJfuYf-GYjxQfLz0EZ0V5UzD-iGMwo

To claim this, I am signing this object:

@bhalilov
bhalilov / gist:a657351b42b6d4cab786
Created January 28, 2015 19:47
linux device scan
ls /sys/class/scsi_host/ | while read host ; do echo "- - -" > /sys/class/scsi_host/$host/scan ; done