Last change
on this file since 37035 was 37035, checked in by davidb, 12 months ago |
Helper scripts to make it easier to check out a gs3-installation's interface and/or site
|
-
Property svn:executable
set to
*
|
File size:
282 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | echo ""
|
---|
4 | echo "GS3 Installations: "
|
---|
5 |
|
---|
6 | wget --no-check-certificate -q -O - https://svn.greenstone.org/gs3-installations/ | \
|
---|
7 | grep '<li>' | \
|
---|
8 | sed 's/^.*href="\(.*\)\/".*$/ \1/' | \
|
---|
9 | grep -v '\.\.' | \
|
---|
10 | grep -v 'README\.txt'
|
---|
11 |
|
---|
12 |
|
---|
13 | # tr '\n' ' '
|
---|
14 |
|
---|
15 | echo ""
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.