Machines: Lists

This commit is contained in:
Geoffrey Frogeye 2016-12-10 20:04:26 +01:00
parent 338005bca1
commit 9a9ee8858d
1 changed files with 8 additions and 0 deletions

View File

@ -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)