#!/bin/bash
[ "$1" == "-c" ] && shift;
sudo -u $(echo $USER | cut -d'_' -f 1) -i $@
