tilde.club/gopher/build.sh

6 lines
87 B
Bash
Raw Normal View History

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