Skip to content

Instantly share code, notes, and snippets.

View mikebratt's full-sized avatar

mikebratt

View GitHub Profile
View build-spigot.sh
#!/bin/bash
# Author: teaearlgraycold
# Builds Spigot.jar and places it in the current directory.
CURRENTDIR=`pwd`
BUILDDIR=/tmp/spigot-buildtools
if ! [ -x "$(command -v git)" ]; then
echo "Installing git"
sudo apt-get update
@learncodeacademy
learncodeacademy / gist:5f84705f2229f14d758d
Last active February 24, 2021 14:48
Getting Started with Vagrant, SSH & Linux Server Administration
View gist:5f84705f2229f14d758d