mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
4 lines
72 B
Bash
4 lines
72 B
Bash
|
#!/bin/bash
|
||
|
cd contrib/docker/scripts && \
|
||
|
./setup.sh && ./build.sh
|