authserver/homestead/init.sh
author durandn
Wed, 02 Sep 2015 11:03:12 +0200
changeset 90 c445b690265b
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Fixed bug with edition on a newly creation annotation

#!/usr/bin/env bash

mkdir -p ~/.homestead

homesteadRoot=~/.homestead

cp -i src/stubs/Homestead.yaml $homesteadRoot/Homestead.yaml
cp -i src/stubs/after.sh $homesteadRoot/after.sh
cp -i src/stubs/aliases $homesteadRoot/aliases

echo "Homestead initialized!"