Renamed to Kalamar and updated Virtual Collection Chooser
diff --git a/script/kalamar b/script/kalamar
new file mode 100755
index 0000000..27e5d48
--- /dev/null
+++ b/script/kalamar
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+
+use FindBin;
+BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
+
+# Start command line interface for application
+require Mojolicious::Commands;
+Mojolicious::Commands->start_app('Kalamar');