macOS xterm-256color zsh 3082 views

#!/usr/bin/env bash

set -e

rm -rf /tmp/example
cd /tmp
mix new example
cd example
awk "/:dep_from_git/{print;print \"$(printf '%q' $@)\";next}1" mix.exs >mix.exs.new
mv mix.exs.new mix.exs
mix deps.get
iex -S mix

More recordings by ku1ik

Browse all

untitled 0:52

by ku1ik

cowsay & cmatrix 0:35

by ku1ik

Gitorious 3.2 installation 0:49

by ku1ik