#!/bin/bash

. parse-args "$@"

echo "${USERNAME-root}:${PASSWORD-password}" | chpasswd
