authserver/homestead/init.sh
author durandn
Fri, 28 Aug 2015 12:24:30 +0200
changeset 79 fd48103c0deb
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Modified CurrentSegmentInfobox to allow for editable segments (title, description and tags)

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