forked from ss/sovereign-stack
8 lines
88 B
Bash
8 lines
88 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
lxc list
|
||
|
lxc network list
|
||
|
lxc profile list
|
||
|
lxc storage list
|
||
|
lxc image list
|