init with copy of cms cli project
This commit is contained in:
commit
94a39d5b44
1605 changed files with 1924 additions and 0 deletions
7
snippets_cms.bb
Executable file
7
snippets_cms.bb
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bb
|
||||
|
||||
(ns snippets-cms
|
||||
(:require [cli-cms.main]))
|
||||
|
||||
(when (= *file* (System/getProperty "babashka.file"))
|
||||
(apply cli-cms.main/-main *command-line-args*))
|
||||
Loading…
Add table
Add a link
Reference in a new issue