From 327e8d203635d435d75b57f30df6695b56ff63ee Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Thu, 7 Jun 2018 23:54:20 +0200 Subject: T689: Convert show raid to new syntax --- src/completion/list_raidset.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 src/completion/list_raidset.sh (limited to 'src/completion/list_raidset.sh') diff --git a/src/completion/list_raidset.sh b/src/completion/list_raidset.sh new file mode 100755 index 000000000..9ff3523aa --- /dev/null +++ b/src/completion/list_raidset.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo -n `cat /proc/partitions | grep md | awk '{ print $4 }'` -- cgit v1.2.3