diff options
Diffstat (limited to 'static/webshim.gup')
-rw-r--r-- | static/webshim.gup | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | mkdir -p ${1} | ||
4 | |||
5 | version="1.16.0" | ||
6 | curl -Ls "https://github.com/aFarkas/webshim/archive/${version}.tar.gz" | tar -C ${1} -xz --strip-components=3 webshim-${version}/js-webshim/dev/ | ||