Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 692:a04ba615362c
[bashrc] back to prioritizing gnuls for openbsd
It should be fixed by now...? Can't remember what the problem was though.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 23 Oct 2022 01:56:26 +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}')