This website requires JavaScript.
Explore
Help
Sign in
karlos
/
landing-page
Watch
7
Star
0
Fork
You've already forked landing-page
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7de82616ba
landing-page
/
build.sh
11 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Crude build script
2025-08-18 16:05:21 +02:00
#!/bin/sh
Custom HTML preprocessor; New banner; Team page
2025-10-18 20:20:39 +02:00
set
-e
rm -rf www
Crude build script
2025-08-18 16:05:21 +02:00
mkdir -p www
Custom HTML preprocessor; New banner; Team page
2025-10-18 20:20:39 +02:00
cp -rf src/assets www
exec
preproc/buildall.sh
Reference in a new issue
Copy permalink