File: get-mathquill

package info (click to toggle)
r-cran-bookdown 0.42%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,752 kB
  • sloc: javascript: 11,343; makefile: 21; sh: 20
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