initial commit
This commit is contained in:
commit
584aad56b8
19 changed files with 390 additions and 0 deletions
5
tool/debug
Executable file
5
tool/debug
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -eux
|
||||
gdb \
|
||||
-ex 'set args ./example.service/tokens ./example.service/on-valid ./example.service/on-invalid < ./example.input' \
|
||||
./build/nobotgate
|
||||
Loading…
Add table
Add a link
Reference in a new issue