Add gitignore and build

This commit is contained in:
Melon 2020-11-22 22:04:29 +00:00
commit 36f2ba09f8
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
mcserverplayerlocator

3
build Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
go build -o mcserverplayerlocator
sudo cp ./mcserverplayerlocator /usr/bin/mcserverplayerlocator