Get basic ForgeCore server implemented
This commit is contained in:
parent
65f5cb722b
commit
0c694c3e78
9 changed files with 168 additions and 11 deletions
13
test
Executable file
13
test
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue