#!/bin/bash

USERNAME=${USERNAME-user}
mkdir /opt/dev
chown ${USERNAME}:${USERNAME} -R /opt/dev
