Files
SeeyonFileSystem/deploy/start.sh

5 lines
115 B
Bash
Raw Normal View History

2026-07-12 23:19:42 +08:00
#!/bin/bash
cd "$(dirname "$0")"
if [ ! -f config.yaml ]; then cp config.yaml.example config.yaml; fi
./server