forked from ewfm/ewfm
4 lines
60 B
Bash
4 lines
60 B
Bash
#!/bin/sh
|
|
rm -r output/*
|
|
ruby main.rb
|
|
echo 'Website built.'
|