mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
3 lines
No EOL
197 B
Bash
Executable file
3 lines
No EOL
197 B
Bash
Executable file
#!/usr/bin/env bash
|
|
go run ./fsm/stateparser/stateparser.go --out ./fsm/example_fsm.md --fsm example
|
|
go run ./fsm/stateparser/stateparser.go --out ./reservation/reservation_fsm.md --fsm reservation |