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