#!/bin/sh

for lib in common map set; do
  clojure -cp /usr/share/java/ordered.jar -e '(use '"'"''flatland.ordered.$lib')'
done
