diff options
Diffstat (limited to 'src/completion')
-rwxr-xr-x | src/completion/list_disks.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/completion/list_disks.sh b/src/completion/list_disks.sh new file mode 100755 index 000000000..f32e558fd --- /dev/null +++ b/src/completion/list_disks.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Completion script used by show disks to collect physical disk + +awk 'NR > 2 && $4 !~ /[0-9]$/ { print $4 }' </proc/partitions |