Skip to content

Instantly share code, notes, and snippets.

View magnostherobot's full-sized avatar

Maggie Harley magnostherobot

View GitHub Profile

Keybase proof

I hereby claim:

  • I am magnostherobot on github.
  • I am magnostherobot (https://keybase.io/magnostherobot) on keybase.
  • I have a public key ASBt3TCymz8tiEUH_0L1miZZFuA-xwEK2ArT07fYBSOW-Qo

To claim this, I am signing this object:

@magnostherobot
magnostherobot / upload.sh
Created October 17, 2019 15:16
Upload your screeps code to a server
#!/bin/bash
set -e
curlopts="-S"
branch="default"
server="screeps.com"
OPTIND=1
while getopts "he:s:vb:" opt ; do