#!/bin/sh

ruby customizer.rb data.json > myemoj.json 
ruby makesheet.rb myemoj.json custom-sheet.html 
ruby makejs.rb myemoj.json > mydata.js

