File: get-mathquill

package info (click to toggle)
r-cran-bookdown 0.21%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,084 kB
  • sloc: javascript: 11,155; sh: 33; makefile: 17
file content (6 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
VERSION=0.10.1
wget -q -N https://github.com/mathquill/mathquill/releases/download/v${VERSION}/mathquill-${VERSION}.tgz
tar xaf mathquill-${VERSION}.tgz
mv $(find mathquill-${VERSION} -name "mathquill.*js" ) .
rm -rf mathquill-${VERSION} mathquill-${VERSION}.tgz *test.js