source: install/listparts.sh @ 105afb5

Last change on this file since 105afb5 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 99 bytes
RevLine 
[c5c522c]1#!/bin/bash
2#List usable partitions of a disc
3fdisk -l "$1" | grep ^/dev | cut -f1 -d' ' || exit 1
Note: See TracBrowser for help on using the repository browser.