|
|
@@ -1,10 +1,9 @@ |
|
|
|
#!/bin/bash |
|
|
|
set -e |
|
|
|
|
|
|
|
app_root_dir="diagrams" |
|
|
|
|
|
|
|
# NOTE: azure icon set is not latest version |
|
|
|
providers=("onprem" "aws" "azure" "digitalocean" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale" ) |
|
|
|
providers=("onprem" "aws" "azure" "digitalocean" "gcp" "ibm" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale") |
|
|
|
|
|
|
|
if ! [ -x "$(command -v round)" ]; then |
|
|
|
echo 'round is not installed' |
|
|
|