Skip to content

Commit 92121f2

Browse files
committed
Modernize lambdaisland tooling
1 parent c955dde commit 92121f2

File tree

4 files changed

+5
-113
lines changed

4 files changed

+5
-113
lines changed

bb_deps.edn renamed to bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{:deps
22
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
3-
:sha "a4487e78df935b6d8775019d95292fe4f375bdb7"
3+
:sha "7f39ffb76d47e2ff83d4478957c2ca4fd180f3e5"
44
#_#_:local/root "../open-source"}}}

bin/bb

Lines changed: 0 additions & 109 deletions
This file was deleted.

bin/kaocha

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
#!/bin/bash
2-
clojure -A:test:dev -m kaocha.runner "$@"
1+
#!/bin/sh
2+
3+
exec clojure -A:test:dev -M -m kaocha.runner "$@"

bin/proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bb
1+
#!/usr/bin/env bb
22

33
(ns proj (:require [lioss.main :as lioss]))
44

0 commit comments

Comments
 (0)