Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 686:5ebfac7426e5
Use screen terminal by default until everything is updated
tmux-256color doesn't exist on older debians.
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 15 Sep 2022 03:00:38 +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}')