--:----:--Keyboard shortcuts (?)Fullscreen (f)
macOS ◆ xterm-256color ◆ zsh 2282 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

Party Parrot!! 00:14

by ku1ik featured

Star Wars: Episode IV over telnet (intro) 02:57

by ku1ik featured

Extract variable in Vim 00:41

by ku1ik

See all