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