3 lines
178 B
Bash
Executable file
3 lines
178 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
~/wii-server-setup/pagecontents.sh | aha -b -t 'Wii Linux Static Webpage Demo' | sed 's|'"$USER"'\@|<br>'$USER'\@|' | tee /usr/local/share/nginx/html/index.html
|