From 310c34340df6baf1999168bdcfc34254a68ab9d3 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 4 Feb 2021 16:02:10 +0000 Subject: tp Committer: ffuentes --- bbj | 4 ++++ clients/network_client.py | 0 clients/urwid/config.json | 8 ++++++++ sbbj | 5 +++++ server.py | 0 setup.sh | 2 +- 6 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bbj mode change 100644 => 100755 clients/network_client.py create mode 100644 clients/urwid/config.json create mode 100644 sbbj mode change 100644 => 100755 server.py diff --git a/bbj b/bbj new file mode 100644 index 0000000..98304c2 --- /dev/null +++ b/bbj @@ -0,0 +1,4 @@ +#!/usr/local/bin/bash + +cd /usr/local/share/bbj/clients/urwid +python main.py diff --git a/clients/network_client.py b/clients/network_client.py old mode 100644 new mode 100755 diff --git a/clients/urwid/config.json b/clients/urwid/config.json new file mode 100644 index 0000000..1ca8e0a --- /dev/null +++ b/clients/urwid/config.json @@ -0,0 +1,8 @@ +{ + "admins": ["ffuentes"], + "port": 7099, + "host": "127.0.0.1", + "instance_name": "BBJ", + "allow_anon": true, + "debug": false +} diff --git a/sbbj b/sbbj new file mode 100644 index 0000000..5540a76 --- /dev/null +++ b/sbbj @@ -0,0 +1,5 @@ +#!/usr/local/bin/bash + +cd /usr/local/share/bbj +python server.py + diff --git a/server.py b/server.py old mode 100644 new mode 100755 diff --git a/setup.sh b/setup.sh index 496940f..65b2b6d 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/local/bin/bash DEPS=( cherrypy -- cgit v1.2.3