small pixel drawing of a pufferfish zoa

fix testing, add inter-if test
Jes Olson j3s@c3f.net
Tue, 27 Sep 2022 23:34:00 -0500
commit

f6c23fdd44aafb8e0e3183194922d8274a147a5d

parent

bb6c88d40d1a39a5800fe003598f897109186964

3 files changed, 7 insertions(+), 0 deletions(-)

jump to
M READMEREADME

@@ -331,6 +331,7 @@ interested in placing on hosts. these can be accessed with the zoa-file function.

wat is borked? + - custom functions don't work within if statements - branch cloning doesn't work rn idk why - the cloned git repo has root perms & git hates that - the repo is re-cloned on every run *shrug*
A test/files/demo

@@ -0,0 +1,1 @@

+hi
M test/maintest/main

@@ -41,3 +41,8 @@

echo $PASSTHROUGH zoa-file demo /tmp/zoa-file-test echo $PASSTHROUGH ls /tmp/zoa-file-test + +# ensure that zoa-script works in an if statement +if true; then + zoa-script another-thing +fi