6 lines
87 B
Bash
6 lines
87 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cp -r ./public ../dist/public_gopher
|
||
|
|
||
|
echo "finished building gopher site!"
|