ewfm/build.sh
2021-09-19 19:35:36 +01:00

4 lines
60 B
Bash

#!/bin/sh
rm -r output/*
ruby main.rb
echo 'Website built.'