-
Install Babashka
bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
-
Ensure the main file is executable
chmod +x src/thortech/main.clj
-
Execute the main file
bb -m thortech.main
├── LICENSE
├── README.md
├── deps.edn
├── src
│ └── thortech (namespace)
│ └── main.clj
└── test
└── thortech (namespace)
└── test_main.clj