Skip to content

Instantly share code, notes, and snippets.

@twelho
twelho / readme.txt
Created September 21, 2019 12:18
Music Tutorial - Complete (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@twelho
twelho / Dockerfile
Created March 7, 2019 11:31
firectl docker config
FROM luxas/firectl
RUN apk add --update iproute2 dhcp
COPY firectl run.sh /
COPY dhcpd.conf /etc/dhcpd.conf.template
RUN mkdir -p /var/lib/dhcp/ /var/run/dhcp
RUN touch /var/lib/dhcp/dhcpd.leases