first commit

This commit is contained in:
Space-Banane
2026-01-17 15:19:07 +01:00
commit 4e637bc27d
15 changed files with 511 additions and 0 deletions

5
build-server.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
cd server
go build -o clipboard-sync-server.exe server.go config.go
echo Build complete: clipboard-sync-server.exe
pause