`_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
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
[ -d html~ ] || mkdir html~
|
|
a2x -D html~ -d book -f xhtml --unsafe main.txt
|