tilde.club/html/build.sh

6 lines
77 B
Bash
Raw Normal View History

2024-03-09 02:25:48 -05:00
#!/bin/sh
cp -r ./public ../dist/public_html
echo "finished building HTML"