@ -0,0 +1,12 @@
#!/usr/bin/env bash
# CONSTANTS
# FUNCTIONS
function ls {
incus list -c ns4 -f compact,noheader
}
# MAIN
ls