-
Awesome project, thanks for creating it! I tried it out and everything is working so far.
I have a [repo](https://github.com/justone/bb-scripts) containing multiple babashka scripts, each with its …
-
I have a LG X Charge with Android 7.0 kernel 3.18.31, security patch Nov 6, 2017
and I get access denied try to cd to the directory. I got busybox not found.
H=$PATH:/data/user/0/exa.free.bbin/fil…
-
I have been working on a babashka project with the following `bb.edn` (the script's name is `secrets`):
```clojure
{:paths ["src"] ;; library
:deps {com.taoensso/timbre {:mvn/version "6.4.0"}}
…
-
@Alsan Here's what I type in the terminal (please do not type the leading `$ `, it's my shell `PS1` prompt) :
```bash
$ [ "$HOME" = "/" ] && export busyBoxPATH=/sdcard/Android/data/exa.free.bbin/…
-
Splitting the metadata has the following benefits:
- You can re-install scripts, even if the bin dir is wiped
- You only have to back up those `.edn` files and can put them into source control
- …
-
Instead of relying on `~/.deps.clj/...`, consider using e.g. `XDG_STATE_HOME`, which defaults to `~/.local/state`, in order to comply to [XDG Base Directory Specification](https://specifications.free…
-
Feedback from /r/clojure:
> it'd be lovely to have a ready-to-use binary release instead of having to install bbin from a Homebrew (because that would be like third package manager I have on my Linux…
-
Commit id: 511cf6fc999ba6e8f9982103864430b9d56c4baf
Build Machine Configurations:
- go toolchain version: go1.9.3 linux/amd64
- umask: 0022
- Perimission bits of ./usr/lib, ./usr/lib/[any_binary…
-
Pull requests are welcome. 🙂
rads updated
4 months ago
-
On the remote, in a chroot, I am running:
```
cpud -d -remote -init
```
On my host machine, I then invoke:
```
export PATH="$(pwd)/bin:$PATH"
cpu -timeout9p 1000ms -d victure hello
```
Here…