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

4 lines
67 B
Bash

#!/bin/bash
while true; do
ssb-server start --host 127.0.0.1
done