From c60ce995afab75aaeab193357bb76510ea7a725d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Sep 2024 01:33:39 +0200 Subject: checkpoint --- bin/guiscripts/herbimisu | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/guiscripts/herbimisu (limited to 'bin/guiscripts') diff --git a/bin/guiscripts/herbimisu b/bin/guiscripts/herbimisu new file mode 100755 index 0000000..267c189 --- /dev/null +++ b/bin/guiscripts/herbimisu @@ -0,0 +1,7 @@ +#!/bin/sh +IFS=' ' +tiramisu -o "#summary #body" | + while read -r summary body + do + herbe "$summary" "$body" + done -- cgit v1.2.3