We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393ede7 commit 2d0afd7Copy full SHA for 2d0afd7
travis/landing.sh
@@ -5,7 +5,7 @@ rm html/index.html
5
6
find html/ -name "index.html" \
7
| grep -v "master\|experimental" \
8
- | sort \
+ | sort -r \
9
| sed 's|html/\([^\/]*\)/index.html| <li><a href="\1">\1</a></li>|g' \
10
>> landing.html
11
0 commit comments