From e964aabd7a820552d8af573d6023f32b011b32ac Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Fri, 29 Dec 2023 01:07:47 -0800 Subject: [PATCH] delete linuxstatic.sh --- linuxstatic.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 linuxstatic.sh diff --git a/linuxstatic.sh b/linuxstatic.sh deleted file mode 100644 index d21e771..0000000 --- a/linuxstatic.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -xe -# overcomplicated method of building static version of ttyplot for linux -docker rmi -f static -cat < /build.sh -ENTRYPOINT ["/bin/bash", "/build.sh"] -EOF -docker run -v ${PWD}:/out -it --rm static