~ubuntubugs-aiki-it/computer-janitor/bug-726616

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# wrapper to make it easy to run c-j from a bzr checkout
#

export PYTHONPATH=. 
export COMPUTER_JANITOR_PLUGINS=./plugins 
export COMPUTER_JANITOR_GLADE=./data/ComputerJanitor.ui
export COMPUTER_JANITOR_DEBUG=yes

./computer-janitor-gtk $@