This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
2024-02-27 20:04:26 +00:00
|
|
|
#!/bin/sh
|
2024-03-15 13:09:55 +00:00
|
|
|
git clone https://centrifuge.hectabit.org/hectabit/burgernotes-client-web.git --depth=1
|
|
|
|
mv burgernotes-client-web/* website/
|
|
|
|
rm -r burgernotes-client-web website/index.html website/README.md website/LICENSE
|