From 9a9ee8858d2bb6e856d558927b2223dbbe7255e0 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sat, 10 Dec 2016 20:04:26 +0100 Subject: [PATCH] Machines: Lists --- scripts/machines.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/machines.sh b/scripts/machines.sh index 3b45ba5..f5bea7c 100755 --- a/scripts/machines.sh +++ b/scripts/machines.sh @@ -174,6 +174,14 @@ function machines-sign { done } +function machines-list { + _machines-apiSigned machine +} + +function machines-listNetwork { + _machines-apiSigned network +} + function _machines-postFile { # filename cat $1 | while read line; do parameter=$(echo $line | cut -d '=' -f 1)