macOS ◆ xterm-256color ◆ zsh 1858 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 by ku1ik

Gitorious 3.2 installation 00:49

by ku1ik

Upgrading Fedora with yum 10:04

by ku1ik

untitled 00:34

by ku1ik

See all