diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-18 01:33:39 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-18 01:33:39 +0200 |
commit | c60ce995afab75aaeab193357bb76510ea7a725d (patch) | |
tree | 506dc0db44e43ad949629b782eb25939652f2830 /bin/guiscripts/herbimisu | |
parent | ee13fd88724422f06fd5da0ca940e6ed28e67e17 (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts/herbimisu')
-rwxr-xr-x | bin/guiscripts/herbimisu | 7 |
1 files changed, 7 insertions, 0 deletions
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 |