From 47f6e0792b6e4769fb11072e40271ba7e78a9c29 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 13 Feb 2017 13:14:27 +0100 Subject: Two little scripts to go faster --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..bbf04ae --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/sh +mix ecto.migrate +mix run priv/repo/seeds.exs -- cgit v1.2.1