File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /usr/ bin/env bash
22
3- set -eux
3+ set -Eeuo pipefail
4+ IFS=$' \n\t '
45
5- cd " $( dirname " ${0} " ) /../"
6+ HERE=" $( cd " $( dirname " $0 " ) " && pwd) "
7+ TOP_LEVEL=" $( cd " $HERE /../" && pwd) "
68
7- TOP_LEVEL= " $( pwd ) "
9+ cd " $TOP_LEVEL "
810
911# Build
1012if [ -x " $( which xcpretty) " ]; then
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /usr/ bin/env bash
22
3- cd " $( dirname " ${0} " ) /../"
3+ set -Eeuo pipefail
4+ IFS=$' \n\t '
5+
6+ HERE=" $( cd " $( dirname " $0 " ) " && pwd) "
7+ TOP_LEVEL=" $( cd " $HERE /../" && pwd) "
8+
9+ cd " $TOP_LEVEL "
410
511gm mogrify -crop 1280x800+1660 * .png
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /usr/ bin/env bash
22
3- set -eu
3+ set -Eeuo pipefail
4+ IFS=$' \n\t '
45
5- cd " $( dirname " ${0} " ) /../"
6+ HERE=" $( cd " $( dirname " $0 " ) " && pwd) "
7+ TOP_LEVEL=" $( cd " $HERE /../" && pwd) "
8+
9+ cd " $TOP_LEVEL "
610
711git ls-files -z ' *.swift' | xargs -0 swift-format format -i
You can’t perform that action at this time.
0 commit comments