File: fetch.sh

package info (click to toggle)
extinction 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: ansic: 912; python: 649; makefile: 149; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

COMMIT_HASH=2f14aa748f200290400307b40116787a0dbf5d43
URL=https://raw.githubusercontent.com/kbarbary/bsplines

wget -nc ${URL}/${COMMIT_HASH}/src/bs.c
wget -nc ${URL}/${COMMIT_HASH}/src/bs.h
wget -nc ${URL}/${COMMIT_HASH}/bsplines.pxi