#!/bin/bash
OLD_PWD=$PWD
OLD_HOME=$HOME
cd /mnt/utmp/cdevtools
source ./.cdevrc
export HOME=$OLD_HOME
cd "$OLD_PWD"
exec bash -i
