#!/bin/sh

for ns in clojure.tools.logging clojure.tools.logging.impl; do
    clojure -cp /usr/share/java/tools.logging.jar -e '(use '"'"$ns')'
done
