tangled
alpha
login
or
join now
m1emi1em.dev
/
bb-scripts
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
remove bashka.process from require
m1emi1em.dev
1 year ago
400bd7a1
84407d56
-1
1 changed file
expand all
collapse all
unified
split
weather
weather.bb
-1
weather/weather.bb
···
1
1
#!/usr/bin/env bb
2
2
(require '[babashka.curl :as curl]
3
3
'[babashka.http-client :as http]
4
4
-
'[babashka.process :refer [shell process alive?]]
5
4
'[clojure.java.io :as io]
6
5
'[babashka.fs :as fs])
7
6