authserver/homestead/init.sh
author rougeronj
Tue, 08 Sep 2015 15:25:32 +0200
changeset 104 64ad4987d31c
parent 8 5a0cbbe0922a
permissions -rw-r--r--
add class "selected" on the marker just created bring the selected/hover marker to the foreground

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