7 lines
94 B
Bash

#!/usr/bin/env bash
rm -r public
rm -r templates
mv -t ../ dist/public
service gitea restart