Files
SeeyonFileSystem/deploy/start.sh
2026-07-12 23:19:42 +08:00

5 lines
115 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
if [ ! -f config.yaml ]; then cp config.yaml.example config.yaml; fi
./server