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

6 lines
63 B
Bash

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