source: main/trunk/greenstone3/ext/list-extensions.sh@ 36836

Last change on this file since 36836 was 36836, checked in by davidb, 19 months ago

Utility scripts that make getting going with an extension easier

  • Property svn:executable set to *
File size: 202 bytes
Line 
1#!/bin/bash
2
3
4wget --no-check-certificate -q -O - https://svn.greenstone.org/gs3-extensions/ | \
5 grep '<li>' | \
6 sed 's/^.*href="\(.*\)\/".*$/\1/' |
7 grep -v '\.\.'
8
9
10# tr '\n' ' '
11
12
Note: See TracBrowser for help on using the repository browser.