8 lines
138 B
Bash
Executable file
8 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
lume
|
|
cp -r ./img ./_site/
|
|
cp -r ./unterricht/docs ./_site/unterricht/
|
|
cp -r ./fonts ./_site/
|
|
cp favicon.png ./_site/
|