From 37a31aef0cd819dcb50f7b7dd8d9c385aff76864 Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 16 Jul 2026 03:06:15 +0000 Subject: barebones mush (in POSIX shell) --- smush | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 smush (limited to 'smush') diff --git a/smush b/smush new file mode 100755 index 0000000..b374396 --- /dev/null +++ b/smush @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +rm ~/songs.txt +/home/dacc/dv/sh/mush/mush nzuum retrobit --shuffle --loop > ~/songs.txt +rm ~/songs.txt -- cgit v1.2.3