#!/bin/bash

find ./ -name "*.js" -exec js-beautify -rjn -s 2 {} \;
