First version which supports custom signaling (callbacks)

This commit is contained in:
2022-03-25 22:48:56 +01:00
parent 6fa778f9a2
commit 525e1744cb
4 changed files with 100 additions and 0 deletions

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
root = true
[*.{sh,bash,cfg,example}]
charset = utf-8
indent_style = space
indent_size = 2