Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 623:0f0bdbd8d37d
Update syntax files
Additionally nginx repo fixed their cookie thingie.
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 04 Mar 2019 20:01:03 +0900 |
parents | f579b5310a1b |
children |
line wrap: on
line source
#!/bin/sh # Stolen from http://superuser.com/questions/617192 [ "$(uname)" = "Linux" ] || exit 1 ata=$1 ls -l /sys/block/sd* | grep $(grep $ata /sys/class/scsi_host/host*/unique_id | awk -F'/' '{print $5}')