mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-03-15 20:30:00 +01:00
4 lines
37 B
Bash
4 lines
37 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
python3 daemon.py
|