diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-01 21:10:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 21:10:45 +0200 |
commit | b25d8e9787ee5243feb6b08098bbba958fe22d8c (patch) | |
tree | cf0821334cd982e6c025ff820edcbcb363871713 /src/completion/list_disks.sh | |
parent | 308886a3fc28aa7772c14452185fb06531ba9dfd (diff) | |
parent | 76f498220c796a39a92ce3bed47c1cc5bac1a99d (diff) | |
download | vyos-1x-b25d8e9787ee5243feb6b08098bbba958fe22d8c.tar.gz vyos-1x-b25d8e9787ee5243feb6b08098bbba958fe22d8c.zip |
Merge pull request #119 from alkersan/T1621_misc_rewrites
[op-mode] T1621 rewrite misc commands to python/xml syntax
Diffstat (limited to 'src/completion/list_disks.sh')
-rwxr-xr-x | src/completion/list_disks.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/completion/list_disks.sh b/src/completion/list_disks.sh deleted file mode 100755 index f32e558fd..000000000 --- a/src/completion/list_disks.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Completion script used by show disks to collect physical disk - -awk 'NR > 2 && $4 !~ /[0-9]$/ { print $4 }' </proc/partitions |