source:
install/listparts.sh
@
a9c55d3
Last change on this file since a9c55d3 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 99 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/bash |
2 | #List usable partitions of a disc | |
3 | fdisk -l "$1" | grep ^/dev | cut -f1 -d' ' || exit 1 |
Note: See TracBrowser
for help on using the repository browser.