Modernizing notepad

This commit is contained in:
Devine Lu Linvega 2024-05-26 19:33:14 -07:00
parent 09568a3bb2
commit 75726492b6
3 changed files with 0 additions and 1036 deletions

Binary file not shown.

View File

@ -1,27 +0,0 @@
#!/bin/sh -e
ASM="uxncli $HOME/roms/drifblim.rom"
EMU="uxnemu"
LIN="uxncli $HOME/roms/uxnlin.rom"
ID="notepad"
SRC="${ID}.tal"
DST="${ID}.rom"
CPY="$HOME/roms"
ARG=""
if [[ "$*" == *"--lint"* ]]
then
$LIN $SRC
fi
$ASM $SRC $DST
if [[ "$*" == *"--save"* ]]
then
cp $DST $CPY
fi
$EMU $DST $ARG

File diff suppressed because it is too large Load Diff