authserver/homestead/init.sh
author julien <julien@erret.com>
Fri, 31 Jul 2015 18:33:02 +0200
changeset 67 6e041b15bc78
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Move the header title of the annotationList box and LatestAnnotation Box, inside the widget

#!/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!"