Add script/setup (#3437)

script/setup did not exist, despite being mentioned in the readme.
Create it and let it call bootstrap.
This commit is contained in:
Frederik Gladhorn 2019-08-07 00:36:35 +02:00 committed by Paulus Schoutsen
parent 8dce24ddfc
commit f108e279cd
1 changed files with 10 additions and 0 deletions

10
script/setup Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
# Resolve all frontend dependencies that the application requires to develop.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap