get upload, gen, and index working plus root executable
This commit is contained in:
parent
a54ecd0ee4
commit
a6a70f3c72
4 changed files with 64 additions and 27 deletions
7
image_service.bb
Executable file
7
image_service.bb
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/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*))
|
||||
Loading…
Add table
Add a link
Reference in a new issue