ebb/run-ssb.sh
2021-01-14 12:26:55 -05:00

7 lines
64 B
Bash
Executable File

#!/bin/bash
while true; do
ssb-server start
sleep 300
done