5 lines
241 B
Bash
Executable file
5 lines
241 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
#This script prints converts the output of pagecontents.sh to an html file at the local nginx root
|
|
|
|
~/wii-server-setup/pagecontents.sh | aha -b -t 'Wii Linux Static Webpage Demo' | tee /usr/local/share/nginx/html/index.html
|