annotate scripts/bittend @ 189:2f0b36b313cc

Added [source:trunk/README.txt README.txt] to explain installation, configuration and usage of Bitten. Closes #36.
author cmlenz
date Wed, 31 Aug 2005 22:58:43 +0000
parents 634be6cbb808
children
rev   line source
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
1 #!/usr/bin/env python
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
2 # -*- coding: iso8859-1 -*-
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
3 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
4 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
5 # All rights reserved.
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
6 #
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
7 # This software is licensed as described in the file COPYING, which
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
8 # you should have received as part of this distribution. The terms
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
9 # are also available at http://bitten.cmlenz.net/wiki/License.
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
10
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
11 from bitten import master
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
12
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
13 master.main()
Copyright (C) 2012-2017 Edgewall Software