#!/bin/bash
# Rebuild script for hosting server
export DG_TOKEN=$HB_TOKEN
go build; ./glenda > ./glenda.log

