#!/bin/bash set -eux for d in *vnf; do osm package-build $d done for d in *ns; do osm package-build $d done