From d84b462a711ce95593ff05a7581e722562c3835a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 14 Mar 2017 01:06:28 +0100 Subject: Implement old bar.hs --- static/webshim.gup | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/webshim.gup (limited to 'static/webshim.gup') diff --git a/static/webshim.gup b/static/webshim.gup new file mode 100644 index 0000000..f9e205c --- /dev/null +++ b/static/webshim.gup @@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +mkdir -p ${1} + +version="1.16.0" +curl -Ls "https://github.com/aFarkas/webshim/archive/${version}.tar.gz" | tar -C ${1} -xz --strip-components=3 webshim-${version}/js-webshim/dev/ -- cgit v1.2.3