#!/usr/bin/env bb (ns image-service (:require [image-service-cli.main])) (when (= *file* (System/getProperty "babashka.file")) (apply image-service-cli.main/-main *command-line-args*))