File: get-grid.js

package info (click to toggle)
r-cran-r2html 2.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: javascript: 832; xml: 56; makefile: 12; sh: 8
file content (9 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

ZARCHIVE=activewidgets-grid-1.0.0-free.zip
wget -N https://downloads.sourceforge.net/project/activeui/Grid%20widget/1.0/"$ZARCHIVE"
unzip "$ZARCHIVE"
mv ActiveWidgets/source/lib .
rm -rf ActiveWidgets "$ZARCHIVE"
tar -caf grid.js.tar.xz lib
rm -rf lib