Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

KinoShell

livebooks/kino/kino_shell.livemd

KinoShell

Mix.install([
  {:kino_shell, "~> 0.1.0"}
])

Section

{_, 0} = System.cmd("bash", ["-lc", "cd && ls -l | grep 'livemd'"], into: IO.stream())
:ok