Browse Source

Added build step

main
neauoire 5 years ago
parent
commit
94d133302f
  1. 6
      build.sh

6
build.sh

@ -14,5 +14,11 @@ then
echo "Installed in $HOME/roms"
fi
if [ "${1}" = '--push' ];
then
echo "Pushing.."
~/Applications/butler push bin/nasu.rom hundredrabbits/nasu:uxn
fi
echo "Running.."
uxnemu bin/nasu.rom

Loading…
Cancel
Save