This website requires JavaScript.
Explore
Help
Sign In
csonto
/
bash-completion
Watch
1
Star
0
Fork
0
You've already forked bash-completion
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bash-completion
/
doc
/
makeHtml.sh
5 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Added asciidoc files.
2009-04-15 22:19:26 +02:00
#!/bin/bash -eu
[
-d html~
]
||
mkdir html~
Added setting COMP_KNOWN_HOSTS_WITH_HOSTFILE `_known_hosts_real' will add hosts from HOSTFILE (compgen -A hostname), unless `COMP_KNOWN_HOSTS_WITH_HOSTFILE' is set to an empty value. To run the unit tests: $ cd test && ./runUnit _known_hosts_real.exp
2009-08-12 22:20:56 +02:00
a2x -D html~ -d book -f xhtml --unsafe main.txt
Reference in New Issue
Copy Permalink