Get basic ForgeCore server implemented

This commit is contained in:
zontreck 2024-12-17 17:20:46 -07:00
parent 65f5cb722b
commit 0c694c3e78
9 changed files with 168 additions and 11 deletions

13
test Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
rm -rf run || true
mkdir run
cd run
wget https://ci.zontreck.com/job/Projects/job/CSharp/job/ForgeCore/job/master/lastSuccessfulBuild/artifact/bin/Release/net8.0/linux-x64/publish/ForgeCore
chmod +x ForgeCore
./ForgeCore --version
./ForgeCore --help
./ForgeCore