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