Mercurial > ec-dotfiles
view bin/linux-drive-number-mapping @ 743:2b0112948102 default tip
[vim] better viminfo location
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 03 Feb 2025 18:34:55 +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}')