mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
5 lines
72 B
Batchfile
5 lines
72 B
Batchfile
@echo off
|
|
echo Starting Folder Opener Server...
|
|
cd %~dp0
|
|
go run main.go
|