#!/bin/sh

for ns in sjacket sjacket.parser; do
    clojure -cp /usr/share/java/sjacket.jar -e '(use '"'""net.cgrand.${ns})"
done
