This commit is contained in:
Ben Sima 2020-09-16 20:59:28 -04:00
parent e8d1c02ec9
commit c1d295a928
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
dist-newstyle
zod

7
fakezod.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [[ -d ./zod ]]
then
urbit zod
else
urbit -F zod
fi