You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
|
|
set -e |
|
|
|
# build the thing |
|
./build.sh --no-run |
|
|
|
# more roms |
|
./bin/uxncli bin/asma.rom projects/software/piano.tal bin/piano.rom |
|
|
|
# get more roms |
|
curl -L https://github.com/randrew/uxn32/releases/latest/download/uxn32-essentials.zip | bsdtar -xvf- -C bin |
|
rm -f bin/*.exe
|
|
|