mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 21:45:19 +01:00
4 lines
37 B
Bash
4 lines
37 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
python3 daemon.py
|