From aaff68c0d55dc32f8972b9bde3239bb0923de140 Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Sun, 1 Jul 2018 22:48:06 +0200 Subject: add vyos 1.x --- 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 0000000..9ff3523 --- /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