wii-server-setup/update-webpage.sh
2025-06-10 09:46:56 -07:00

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