Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/shell
blob: 818b160f4043653c6bea8341de76c3cb3c411df7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python

import os

import common

from devbot import shell

common.setup()
shell.start(os.path.join(common.helpers_dir, "bashrc"))