#!/bin/bash
# TSID Client
echo "TSID Client v1.0.0"
echo "Config: /etc/tsid/config.conf"
# Keep running as daemon
while true; do
    sleep 60
done
