Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/shell
blob: 71f3cebeaaea170d699a69421c6d5bad4a376470 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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"))