shithub: rc

Download patch

ref: 5faaebfda65c44b6a87bd337ea5ee5fe80db98de
parent: 362a0a8e52961b98578d5691bd730245c2b5b254
author: sl <sl@x1yg3>
date: Sat Jul 5 22:23:02 EDT 2025

add zombie

--- a/INDEX
+++ b/INDEX
@@ -32,3 +32,4 @@
 tpl - Create tangara playlists in matching directories under ../Playlists/.
 trackpoint - Set preferred X11 mouse acceleration for ThinkPad trackpoint.
 vtb - run vt -b with proper size fonts
+zombie - launch uxn/zombie.rom
--- /dev/null
+++ b/zombie
@@ -1,0 +1,5 @@
+#!/bin/rc
+# https://git.sr.ht/~rabbits/zombie
+rfork en
+builtin cd $home/src/zombie &&
+/bin/ouxn/uxnemu $home/uxn/zombie.rom $*
--