#!/bin/sh

export PAGER=:

if [ "$#" = 0 ]; then
  extra=-a
fi

portmaster --no-confirm --no-term-title --no-index-fetch --index-first -g -w -D -v $extra $@
