authserver/homestead/init.sh
author durandn
Mon, 07 Sep 2015 17:39:52 +0200
changeset 96 b3cb1d4f07aa
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Updated Markers Widget to allow Markers to be deleted + reworked the widget code to make it slightly more readable + updated iframe for markers to allow markers to be submitted per-user

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