Machines: Lists
This commit is contained in:
parent
338005bca1
commit
9a9ee8858d
|
@ -174,6 +174,14 @@ function machines-sign {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function machines-list {
|
||||||
|
_machines-apiSigned machine
|
||||||
|
}
|
||||||
|
|
||||||
|
function machines-listNetwork {
|
||||||
|
_machines-apiSigned network
|
||||||
|
}
|
||||||
|
|
||||||
function _machines-postFile { # filename
|
function _machines-postFile { # filename
|
||||||
cat $1 | while read line; do
|
cat $1 | while read line; do
|
||||||
parameter=$(echo $line | cut -d '=' -f 1)
|
parameter=$(echo $line | cut -d '=' -f 1)
|
||||||
|
|
Loading…
Reference in a new issue