Martin Hjelmare 56baa569d5 Add setup script (#33)
* Add setup script

* Update readme
2018-06-17 09:42:38 -04:00

9 lines
102 B
Bash
Executable File

#!/bin/sh
# Setups the repository.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap