Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 724:6faa6995937f
[irbrc] remove unneeded require and set history count first
author | nanaya <me@nanaya.net> |
---|---|
date | Tue, 03 Sep 2024 19:05:14 +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}')