This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Specific tput sub-commands are discussed later. | |
Direct | |
Call tput as part of a sequence of commands: | |
tput setaf 1; echo "this is red text" | |
Use ; instead of && so if tput errors the text still shows. | |
Shell variables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config_host: If present the apache virtual host configuration files will be read from a remote server rather than a local path. | |
config_path: Specifies the path to the folder containing the apache virtual host configuration files. | |
dump_urls: Reads apache virtual host configuration files and outputs a list of browser compatible urls. | |
test_urls: Reads a list of browser compatible urls like produced by dump_urls from a file and tests them. | |
use_proxy: Flag indicating if we want to use a proxy server or not. | |
proxy_url: The URL for the proxy to use. | |
OlderNewer