mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
4 lines
No EOL
280 B
Bash
Executable file
4 lines
No EOL
280 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
|
|
go run ./fsm/stateparser/stateparser.go --out ./instantout/fsm.md --fsm instantout |