6 lines
75 B
Bash
6 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
generate_http_sites_list.sh
|
||
|
generate_https_sites_list.sh
|