mirror of
https://git.topisto.net/tibo/template.git
synced 2026-03-31 21:39:10 +00:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat ../html/index.html > index.html
|
|
cat ../html/logo.html >> index.html
|
|
|