f229bf7eec
Without this 'npm start'/'npm test' doesn't work for me on linux
9 lines
104 B
Clojure
Executable file
9 lines
104 B
Clojure
Executable file
#!/usr/bin/env lumo
|
|
|
|
(ns mastodon-bot.main
|
|
(:require
|
|
[mastodon-bot.core :as core]))
|
|
|
|
(core/main)
|
|
|
|
|