aboutsummaryrefslogtreecommitdiff
path: root/generate-faq.sh
blob: 9576d2b1629696d20cc67549693f79d83cbe6dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

(
echo "See http://fuse.sourceforge.net/wiki/index.php/SshfsFaq for the latest"
echo "version of this FAQ"
echo "---"
echo

lynx -nolist -dump http://fuse.sourceforge.net/wiki/index.php/SshfsFaq \
| sed -e '1,12d' -e '/____/,$d'
) > FAQ.txt