diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-09-20 00:35:39 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-09-20 00:35:39 +1200 |
commit | 39949b4c290a41c70dfc2af87e6a5adc26016d7c (patch) | |
tree | 28bab55ce0ccade6d2aabff7730e39c9eb30f93a /extra | |
parent | 9aa24c73fe6a1978d69865d06e337c85af06b527 (diff) | |
parent | 5ed1f38b2f515c6cebd8386de44c13a2b120c878 (diff) | |
download | fractal-gen-pos.tar.xz |
Merge branch 'master' into pospos
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/burning-ship-lattice-gen.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/burning-ship-lattice-gen.sh b/extra/burning-ship-lattice-gen.sh index 1a39c0d..0cb66a1 100755 --- a/extra/burning-ship-lattice-gen.sh +++ b/extra/burning-ship-lattice-gen.sh @@ -1,3 +1,5 @@ #!/bin/sh -exec ./burning-ship-gen -x -1.8 -y -0.082 -z 0.09 $@ +ourdir="$(dirname $0)" + +exec "${ourdir}/../burning-ship-gen" -x -1.755 -y -0.037 -z 0.09 $@ |