#!/bin/sh

# Usage: upgrade-schroot SCHROOTNAME ...

# Updates the system packages in one or more schroots.

sbuild-update -u -g -c "$@"

