mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
41c6a3737e
* A kafkaesque room event consumer for the roomserver. Implement the main input loop for the roomserver. It will receive events from a kafkaesque event source and track where it is in the stream. It currently does nothing with the events it consumes.
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#! /bin/bash
|
|
|
|
DOT_GIT="$(dirname $0)/../.git"
|
|
|
|
ln -s "../../hooks/pre-commit" "$DOT_GIT/hooks/pre-commit" |