#!/usr/bin/python import os import common from devbot import shell from devbot import config common.setup() shell.start(os.path.join(config.commands_dir, "bashrc"))