#!/bin/bash #% setup-boston-homedir user #% Sets up the local homedir on boston-packets. Has to be run on boston-packets, obviously. cp -R /etc/skel /home/$1 chown $1:$1 /home/$1 -R