sshfs: Added a dependent package (openssh)
[platform/upstream/sshfs.git] / generate-faq.sh
1 #! /bin/bash
2
3 (
4 echo "See http://fuse.sourceforge.net/wiki/index.php/SshfsFaq for the latest"
5 echo "version of this FAQ"
6 echo "---"
7 echo
8
9 lynx -nolist -dump http://fuse.sourceforge.net/wiki/index.php/SshfsFaq \
10 | sed -e '1,12d' -e '/____/,$d'
11 ) > FAQ.txt