small pixel drawing of a pufferfish zoa

test/main

# hewo
ls

PASSTHROUGH=bananas

# fix perms
uname -a

# test invalid code and print it
# ls /asfj

# test another script inclusion
# todo

zoa-script 2-call-me-from-anotha
# . ./test/2-call-me-from-anotha

echo i am main

if [ "$(uname -n)" = "nostromo" ]; then
  echo NOSTROMO
fi
echo $HOSTNAME

zoa-script 3-more

# copy a file from files/
# zoa-file main.go /tmp/garbagecan.go

cat >/tmp/trashcan <<EOF
hello i am a trash can man :3
EOF