ewfm/build.sh

5 lines
60 B
Bash
Raw Normal View History

2021-09-19 19:35:36 +01:00
#!/bin/sh
rm -r output/*
ruby main.rb
echo 'Website built.'