dst-info.sh 104 B

1234
  1. #! /bin/bash
  2. [[ -r $1 ]] && dd if=$1 bs=512 count=1 2>/dev/null | tr \x1A "\d" #| tr "\r" "\n"
  3. echo ""