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

5 lines
79 B
Bash

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