KinoShell
Mix.install([
{:kino_shell, "~> 0.1.0"}
])
Section
{_, 0} = System.cmd("bash", ["-lc", "cd && ls -l | grep 'livemd'"], into: IO.stream())
:ok
Mix.install([
{:kino_shell, "~> 0.1.0"}
])
{_, 0} = System.cmd("bash", ["-lc", "cd && ls -l | grep 'livemd'"], into: IO.stream())
:ok