ssb-g1-tip/docker/run-ssb-pub.sh

4 lines
67 B
Bash
Raw Normal View History

2020-03-23 08:52:28 +01:00
#!/bin/bash
while true; do
ssb-server start --host 127.0.0.1
done