summaryrefslogtreecommitdiffstats
path: root/bin/smt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/smt')
-rwxr-xr-xbin/smt9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/smt b/bin/smt
deleted file mode 100755
index ad3f459..0000000
--- a/bin/smt
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -eu
-
-podman images | grep -q localhost/smt || cat <<EOF | podman build -t smt -f -
-FROM docker.io/alpine:latest
-RUN apk add perl make
-RUN env PERL_MM_USE_DEFAULT=1 perl -MCPAN -e'install Games::SMTNocturne::Demons'
-EOF
-podman run --rm smt smt "$@"