shithub: rc

Download patch

ref: c5f077bbf0bee834b8cec318362d46db5e116e45
parent: f4f3d995c4e85799c374026b335e93cb23ff19de
author: sl <sl@x1yg3>
date: Sat Jul 5 23:28:01 EDT 2025

add tablet

--- a/INDEX
+++ b/INDEX
@@ -25,6 +25,7 @@
 rag - save image under http://notreally.info/transport/spacecraft/ragnarok/img/
 sparkline - create a sparkline (by anth)
 t - run whichever torrent program is preferred on unix or 9front.
+tablet - launch aux/tablet and aux/wacom
 tobit - convert image to image(6) format
 todos - cook text
 toface - convert image to face(6) format
--- /dev/null
+++ b/tablet
@@ -1,0 +1,3 @@
+#!/bin/rc
+aux/wacom
+aux/tablet &
--