authserver/homestead/init.sh
author julien <julien@erret.com>
Fri, 31 Jul 2015 18:36:24 +0200
changeset 68 5002976e742d
parent 8 5a0cbbe0922a
permissions -rw-r--r--
comments the stylesheet and update video control interface and segment list interface

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