#!/bin/bash

for SCHEMES in `ls ./data` ; do
webcpp style.cpp $SCHEMES.html -c=data/$SCHEMES
done
