packages feed

message-db-temp-0.0.1.0: official-message-db-upstream/test/_controls/stream-name.sh

function stream-name {
  local category=${1:-$(category)}
  local stream_name="$category-$(id)"
  echo $stream_name
}